-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 912 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<style >
table,tr,td{
border: 1px solid black;
}
table{
float: right;
}
#butt{
float: right;
}
</style>
</head>
<body>
<table>
<tr><td>
<input type="text" id="a1"></td><td><input type="txt" id="a2"name=""></td><td><input type="txt" id="a3"></td></tr>
<tr><td><input type="txt" id="a4"></td><td><input type="txt" id="a5"></td><td><input type="txt" id="a6"></td></tr>
<tr><td><input type="txt" id="a7"></td><td><input type="txt" id="a8"></td><td><input type="txt" id="a9"></td></tr>
</table>
<button id="butt" onclick="show()">click me</button>
<canvas id="can"></canvas>
<div id="print">
<p id="p"></p>
</div>
<button onclick="start()">start</button>
</body>
<script src="animation.js"></script>
<script src="Min_Heap.js"></script>
<script src="implementation2.js"></script>
<script src="implementation.js"></script>
</html>