Skip to content

Instantly share code, notes, and snippets.

@Aditya9576
Last active April 8, 2020 14:56
<!DOCTYPE html>
<html>
<head>
<title>PUZZEL</title>
</head>
<body>
<div id="container">
<table border="3" cellpadding="3px">
<tr>
<td><input type="box" value=&spades; readonly="true" class="td1"></td>
<td><input type="box" value=&clubs; readonly="true" class="td2"></td>
<td><input type="box" value=&hearts; readonly="true" class="td3"></td>
</tr>
<tr style="height:100px">
<td colspan="3"><input type="box" value="?????" readonly="true" class="bingo"></td>
</tr>
<tr style="height:50px">
<td colspan="3"><button onclick="lucky()" class="c_here">CLICK HERE&spades;</button></td>
</tr>
</table>
<div id="count"><input type="box" readonly="true" class="c_ount" value="?"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment