-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
23 lines (23 loc) · 850 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="./css/main.css">
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/base64.min.js"></script>
<script type="text/javascript" src="./js/imgs.js"></script>
<script type="text/javascript" src="./js/func.js"></script>
</head>
<body>
<div>
<div>
<img id="pic" src="./pic/4e4a20a4462309f727ea1da6720e0cf3d6cad6f9.jpg">
<canvas id="mark_place"></canvas>
</div>
<input id="reset" type="button" value="Remark">
<input id="save" type="button" value="Save and Next">
<input id="resetall" type="button" value="Reset All">
<input id="generate" type="button" value="Generate File">
</div>
<a id="img_idx" href="#">Get Image Index File</a>
<a id="img_loc" href="#">Get Part Location File</a>
</body>
</html>