-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
43 lines (30 loc) · 989 Bytes
/
documentation.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
35
36
37
38
39
40
41
42
43
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="node_modules/bootstrap-icons/font/bootstrap-icons.css">
</head>
<!-- <header id="app-header"></header>
<script async src="nav.js"></script> -->
<header>
</header>
<body>
<!-- NAVBAR -->
<section id="navbar">
</section>
<!-- INTRO SECTION -->
<body style="padding-top: 1rem;">
<section id="sidebar">
</section>
<section id="footer">
</section>
<script async src="globals/sidebar.js"></script>
<script async src="globals/navbar.js"></script>
<script async src="globals/footer.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>