-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
23 lines (23 loc) · 900 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
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="monotome/links/style.css">
<link rel="stylesheet" href="monotome/links/custom.css">
<script src="monotome/scripts/marked.js"></script>
<script src="monotome/scripts/emitter.js"></script>
<script src="monotome/scripts/reader.js"></script>
<script src="monotome/scripts/parser.js"></script>
<script src="monotome/scripts/indexer.js"></script>
<script src="monotome/scripts/visualiser.js"></script>
<title>wiki exp</title>
</head>
<body>
<div class="sidebar">
<div class="breadcrumb"></div>
<div class="index"></div>
</div>
<div class="content"></div>
<input class="navigation"></div>
<div class="backlinks"></div>
</body>
</html>