-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (22 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1; shrink-to-fit=no;"/>
<title>Smart Citizen Dashboard</title>
<link rel="stylesheet" href="https://leeoniya.github.io/uPlot/dist/uPlot.min.css">
<link rel="stylesheet" href="assets/datepicker/css/datepicker.minimal.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" href="assets/favicon.ico">
</head>
<body>
<main class="main" id="main"></main>
<div class="loading" id="loading">loading<span>.</span><span>.</span><span>.</span></div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js"></script>
<script src="https://leeoniya.github.io/uPlot/dist/uPlot.iife.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.10.2/Sortable.min.js"></script>
<script src="assets/datepicker/datepicker.js"></script>
<script src="settings.js"></script>
<script src="script.js"></script>
</html>