-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (37 loc) · 1.24 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
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="notes.css">
<link rel="icon" href="res/icon.png">
<title>SBHAX Wiki</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/showdown/dist/showdown.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="body-container">
<div class="navbar">
<div style="align-self: center; margin-right: auto; margin-left: auto;">
<a href="?a=index"><img src="res/icon.png"></a>
</div>
</div>
<div class="breadcrumbs" id="breadcrumbs">
</div>
<div class="tags">
<a id="githubLink" class="github" href="">Create This Page On Github</a>
</div>
<div class="main-container" id="main-container">
<div class="sidebar" id="sidebar">
<div class="header">
Contents
</div>
</div>
<div class="body-text" id="article">
...
</div>
</div>
</div>
</body>
<script src="notes.js"></script>
</html>