-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
40 lines (32 loc) · 812 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
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css.css">
<script type="text/javascript" src="jquery-min.js"></script>
<script type="text/javascript" src="jquery.transit.min.js"></script>
<script type="text/javascript" src="js.js"></script>
</head>
<body>
<div class="container">
<div class="gauge-a"></div>
<div class="gauge-b"></div>
<div class="gauge-c"></div>
<div class="gauge-data"><h1 id="percent">0%</h1><br>Hover On Me</div>
</div>
<!-- <figure>
<div class="gauge">
<div class="meter"></div>
</div>
<figcaption>Plain</figcaption>
</figure>
-->
<div class="info">
<h1>Bar Gauge!</h1>
<p>
Fast and Responsive, pure CSS. <br>
Works excellent as a counter, progress bar, anything!<br>
</p>
</div>
</body>
</html>