-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 884 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/general/general.css"/>
<link rel="stylesheet" href="css/gauges/gauges.css"/>
<link rel="stylesheet" href="css/gauges/arrow.css"/>
<link rel="stylesheet" href="css/gauges/bar.css"/>
<link rel="stylesheet" href="css/gauges/square.css"/>
<link rel="stylesheet" href="css/gauges/glow.css"/>
</head>
<body>
<div id="lock">
<span id="lock-text">UNLOCKED (LOCK OVERLAY BEFORE USING)</span>
<span id="lock-handle"></span>
</div>
<span id="settings"><img src="img/general/cog.png"/></span>
<div id="container"></div>
</body>
<script type="text/javascript" src="https://ngld.github.io/OverlayPlugin/assets/shared/common.min.js"></script>
<script src="js/gauges/index.js" type="module"></script>
</html>