-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchars.html
More file actions
executable file
·38 lines (24 loc) · 1.06 KB
/
chars.html
File metadata and controls
executable file
·38 lines (24 loc) · 1.06 KB
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
37
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>chars</title>
<script src="js/jquery-3.0.0.min.js" type="text/javascript"></script>
<script src="js/chars.js" type="text/javascript"></script>
<link href="css/chars.css" media="screen" rel="stylesheet" type="text/css"></link>
</head>
<body>
<div id="canvas"></div>
<div id="content">
<div id="navbar">
<a class="prev" id="1000">1000</a> | <a class="prev" id="320">Prev Page</a> | Start: <input type="text" id="start" value="0"> End: </input><input type="text" id="end" value="250"></input><a id="reload">Reload</a> | <a class="next" id="320">Next Page</a> | <a class="next" id="1000">1000</a> | <a class="invert">◐</a>
</div>
<div id="background">
<div id="status">Loading characters <span id="progress"></span></div>
<div id="zoomed"></div>
</div>
<ul id="list"></ul>
</div> <!-- /div id="content" -->
</body>
</html>