-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.html
34 lines (24 loc) · 813 Bytes
/
status.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
<html>
<head>
<title>WebKeezer</title>
<meta name=viewport content='width=370'>
<script src="Chart.min.js"></script>
<script src="utils.js"></script>
</head>
<body bgcolor=#ffffff text=#000000 link=#ff0000 vlink=#880000 alink=#00ff00>
<h1 id='title_text'> Hello, this is Keezer!</h1>
<script type="text/javascript" src="links.js"></script>
<script type="text/javascript" src="recent.json"></script>
<script type="text/javascript" src="loglist.json"></script>
<script type="text/javascript" src="makeplot.js"></script>
<div id='main' class='block_container'></div>
<div style="width:450px;">
<canvas id="canvas"></canvas>
</div>
<script type='text/javascript' src='status.js'></script>
<p>
<a href='statusedit.html'>edit this page</a> |
<a href='plotedit.html'>edit plot params</a>
</p>
</body>
</html>