-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (23 loc) · 999 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/loginAndRegister.css">
<link rel="stylesheet" href="/css/datetimepicker.css">
<script src="/js/jquery-3.2.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.js"></script>
<script src="/js/datetimepicker.js"></script>
<script src="/js/loginAndRegister.js"></script>
<script src="/js/helper.js"></script>
<script src="/js/homePage.js"></script>
<script src="/js/dashboard.js"></script>
<script src="/js/index.js"></script>
</head>
<body>
<div id="main"></div>
</body>
</html>