-
Notifications
You must be signed in to change notification settings - Fork 136
/
documentation.html
32 lines (31 loc) · 1.11 KB
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Δ.js Documentation</title>
<script type="text/javascript" src="dist/anything.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.css"/>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.js"></script>
</head>
<body class="pushable">
<!-- Main Menu -->
<div class="ui fixed inverted menu">
<a href="index.html" class="header item">
<img class="logo" src="assets/tb_icon.png">
</a>
<a href="index.html" class="item">Home</a>
<a href="playground.html" class="olive item">Playground</a>
<a class="pink active item">Documentation</a>
</div>
<!-- Page Contents -->
<div class="pusher">
<h1> </h1>
<h1> </h1>
<div class="ui container">
<h1>Δ.js Documentation</h1>
<p>(TODO: Add the fucking documentation)</p>
</div>
</div>
</body>
</html>