forked from cemarciano/Interactive-Flowchart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (27 loc) · 947 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Fluxograma Interativo ECI</title>
<link rel="stylesheet" href="static/nouislider.css">
<link rel="stylesheet" href="static/tooltip.css">
<link rel="stylesheet" href="static/index.css">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/nouislider.min.js"></script>
<script src="js/database.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<div id="portrait-warning">
<h3>Please rotate your phone as depicted.</h3>
</div>
<div id="panel">
</div>
<div id="options-menu">
<a id="help" class="option incomplete-course" target="_blank" href="https://github.com/carloseduardov8/Interactive-Flowchart/wiki"></a>
<a id="lock" class="option"></a>
<a id="bucket" class="option transition"></a>
<a id="switch" class="option transition"></a>
</div>
</body>
</html>