-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel9.html
More file actions
22 lines (21 loc) · 728 Bytes
/
Copy pathlevel9.html
File metadata and controls
22 lines (21 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/netpractice.css">
<script src="js/level9.js"></script>
<script src="js/show.js"></script>
<script src="js/sim.js"></script>
</head>
<body>
<div id='timer_id' style='position: absolute; top: 10px; right: 20px; padding: 10px;'></div>
<div id='goals_id' class='goals_div'></div>
<div id='root_id'>
<svg class="svg_layer" height="2000px" width="2000px" id="sl"></svg>
</div>
<div id='logs_container_id' class='logs_div'>
<div id='logs_id' class='logs_inner' ></div>
<div id='logs_button_id' class='logs_button'>⬆</div>
</div>
<script> load_board(); </script>
</body>
</html>