-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (29 loc) · 1016 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
<html>
<head>
<title>hashgauge</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='jquery-plugin-circliful/css/jquery.circliful.css' rel='stylesheet' type='text/css'>
<link href='css/hashgauge.css' rel='stylesheet' type='text/css'>
<script src='http://code.jquery.com/jquery-2.1.1.min.js'></script>
<script src='jquery-plugin-circliful/js/jquery.circliful.min.js'></script>
</head>
<body bgcolor='white'>
<div id='header'>
<div id='capacity_header'></div>
<div id='performance_header'></div>
</div>
<div id='gauge'
data-dimension='360'
data-fontsize='96'
data-animationstep='2'
data-width='48'>
</div>
<div id='timeline_container'>
<div id='timeline_header'></div>
<div class='timeline_juncture'>-24h</div>
<div id='timeline'></div>
<div class='timeline_juncture'>Now</div>
</div>
<script src='hashgauge.js'></script>
</body>
</html>