-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.html
33 lines (33 loc) · 1.35 KB
/
doc.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
<html>
<head>
<title>ObEngine - Documentation</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="base.css"/>
<link rel="stylesheet" href="normalize.css"/>
<link rel="stylesheet" href="buttons.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<img class="logo" src="logo.png"/>
<h1 class="obtitle">ObEngine - Documentation</h1>
<div class="hopstack">
<a href="https://obengine.io/doc/cpp">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="C++">
<span><i class="fa fa-cog pad"></i>C++</span>
</button>
</a>
<a href="https://obengine.io/doc/lua">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="Lua">
<span><i class="fa fa-moon-o pad"></i>Lua</span>
</button>
</a>
</div>
<div class="hopstack">
<a href="https://obengine.io">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="Home">
<span><i class="fa fa-home pad"></i>Home</span>
</button>
</a>
</div>
</body>
</html>