-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.21 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
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DataSafe ver.5</title>
<link rel="stylesheet" href="./offline/css/bootstrap.min.css">
<link rel="stylesheet" href="./offline/font/css/all.min.css">
<link rel="stylesheet" href="./css/DS-Styles.css">
<link rel="stylesheet" href="./css/DS-SideBar.css">
<link rel="stylesheet" href="./css/style.css">
<script src="./offline/js/bootstrap.min.js" defer></script>
<script src="./offline/js/simple-datatables.js" defer></script>
<script src="./offline/js/chart.min.js" defer></script>
<script src="./js/DS-Initialise.js" defer></script>
</head>
<body>
<div class="flexBack" style="display: flex; height: 100vh;">
<contents>
<include DS-Template="./html/DS-NavBar1st.html"></include>
<main-db>
<include DS-Template="./html/DS-SideBarLeft.html"></include>
<include DS-Template="./html/DS-Form.html"></include>
<include DS-Template="./html/DS-SideBarRight.html"></include>
</main-db>
<include DS-Template="./html/DS-NavBar2nd.html"></include>
</contents>
<include DS-Template="./html/DS-TableList.html"></include>
</div>
</body>
</html>