forked from ELLDER054/gizmolang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.html
25 lines (23 loc) · 776 Bytes
/
docs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Gizmo Documentation</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<img id="gizmoLogo" height="170px" width="550px" src="https://user-images.githubusercontent.com/76635411/117458638-7f045b80-af18-11eb-8bbe-33fb328ea454.png">
<div id="nav-bar">
<a class="tab" href="index.html">The Gizmo Programming Language</a>
<a class="tab" href="docs.html">Documentation</a>
<a class="tab" href="install.html">Install</a>
<a class="tab" href="editor.html">Playground</a>
<a class="tab" href="https://github.com/ellder054/gizmo-lang/">Repository</a>
</div>
<br>
<br>
<pre>
</pre>
</body>
</html>