-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathindex.html
39 lines (35 loc) · 979 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Labyrinth DOCS</title>
<link rel="stylesheet" type="text/css" href="../css/materialize.min.css">
<style type="text/css">
html,body{
background-color: #fafafa ;
}
</style>
</head>
<body>
<!--
* VermaTation v0.0.1 (https://github.com/YashKumarVerma/VermaTation)
* Copyright 2018 YashKumarVerma
* MIT License (https://github.com/YashKumarVerma/VermaTation/blob/master/LICENSE)
-->
<nav>
<div class="nav-wrapper ">
<a href="#" class="brand-logo center">Labyrinth</a>
<ul class="right hide-on-med-and-down">
</ul>
</div>
</nav>
<div class="row">
<div class="col s8 m8" id="documentationContent"></div>
<div class="col s4 m4">
<div class="collection" id="documentationList"></div>
</div>
</div>
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/materialize.min.js"></script>
<script type="text/javascript" src="../js/vermaTation.js"></script>
</body>
</html>