-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.63 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.63 KB
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
<html>
<head>
<title>ObEngine</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</h1>
<div class="hopstack">
<a href="https://github.com/Sygmei/ObEngine">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="Github">
<span><i class="fa fa-github pad"></i>Github</span>
</button>
</a>
<a href="https://obengine.io/download.html">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="Download">
<span><i class="fa fa-download pad"></i>Download</span>
</button>
</a>
<a href="https://obengine.io/doc.html">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="Documentation">
<span><i class="fa fa-book pad"></i>Documentation</span>
</button>
</a>
<a href="https://github.com/Sygmei/ObEngine/wiki">
<button class="button button--winona button--border-thin button--round-s bg-2" data-text="Wiki">
<span><i class="fa fa-graduation-cap pad"></i>Wiki</span>
</button>
</a>
</div>
</body>
</html>