-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.14 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link type="text/css" href="css/style.css" rel="stylesheet">
<title>More is coming soon...</title>
</head>
<body>
<div class="mainContainer">
<div class="header">
<div class="navigation">
<div><a href="index.html">Home</a></div>
<div><a href="kotIndex.html">KoT</a></div>
<div><a href="vaIndex.html">VA</a></div>
</div>
</div>
<div class="mainPage">
<div id="explanationSector">
<h3>A little side-project containing some info for VA and KoT</h3>
<p>This is only a small project I spend a bit of time on when I've got nothing better to do.</p>
<p>Likely, I'll be making more content soon (oh yes, "coming soon"), like calculators, a few cheat-sheets and maybe a little guide here and there.</p>
<br/><br/>
</div>
</div>
<div class="footer">
<h3>Designed by MatthiasVC - © 2017</h3>
</div>
</div>
</body>
</html>