-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNimHTML.html
More file actions
16 lines (16 loc) · 873 Bytes
/
NimHTML.html
File metadata and controls
16 lines (16 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="NimCSS.css">
</head>
<body>
<button onclick="hide(this)"></button>
<br />
<button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button>
<br />
<button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button>
<br />
<button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button><button onclick="hide(this)"></button>
<script src="NimJS.js"></script>
</body>
</html>