-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 859 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="styles/style.css" rel="stylesheet" />
<script src="Scripts/jquery-2.0.2.js"></script>
<script src="Scripts/q.js"></script>
<script src="scripts/cryptojs-sha1.js"></script>
<script src="Scripts/class.js"></script>
<script src="Scripts/http-requester.js"></script>
<script src="Scripts/data-persister.js"></script>
<script src="Scripts/ui.js"></script>
<script src="Scripts/controller.js"></script>
<script src="Scripts/main.js"></script>
</head>
<body>
<div id="top-navbar"></div>
<div id="login-container" class="login-register-container" style="display:none"></div>
<div id="register-container" class="login-register-container" style="display:none"></div>
<div id="main-content"></div>
</body>
</html>