-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (59 loc) · 3.58 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<html>
<head>
<meta charset="UTF-8">
<meta lang="en">
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
<title>henryernice.com</title>
<link rel="icon" href="cat_preview.jpeg">
</head>
<body>
<div class="standard">
<div class="bigdiv narrowpane">
<div class="leftmenu" id="leftmenu">
<h2>Quick Links</h2>
<a href="https://gurk-studios.itch.io/cataclysm" target="_blank" class="lightup">Play cataclysm</a><br><br>
<a href="https://catpic.henryernice.com" target="_blank" class="lightup">Go look at some random cats</a><br><br>
<a href="https://github.com/henryernice" target="_blank" class="lightup">My Github :)</a><br><br>
<a href="http://christian.henryernice.com" target="_blank" class="lightup">Kong Christian Stod Ved Højen Mast</a><br><br>
</div>
</div>
<div class="bigdiv bigpane">
<button style="display: inline-block; margin-left: 5%; padding: 2px; width: 15%;" class="roundtextbox" onclick="var activateUpdate=setInterval(update,20);">Make FABULOUS</button>
<div class="roundtextbox" id="titlebox">
<!-- <div class="title">
henryernice
</div> -->
<img src="3dlogo.png" width="80%">
</div>
<a href="https://bokajsim.henryernice.com/"><img src="THETURKISHDESTROYER.gif" width="120" style="display: inline-block; margin-left: 5%;"></a>
<div class="articles">
<div class="article">
<a href="https://gurk-studios.itch.io/cataclysm" target="_blank"><img src="cataclysm_preview.png" class="articleimg" alt="cataclysm_preview"></a>
<br>
<a style="font-size: 30;" href="https://gurk-studios.itch.io/cataclysm" target="_blank" class="articlelink lightup">You know what is not shitty? Go play the legendary game Cataclysm on itch.io</a>
</div>
<div class="article">
<a href="https://catpic.henryernice.com" target="_blank"><img src="cat_preview.jpeg" class="articleimg" alt="cat_preview"></a>
<br>
<a href="https://catpic.henryernice.com" target="_blank" class="articlelink lightup">Feeling sad? look at some random cat photos here</a>
</div>
<div class="article">
<a href="https://github.com/henryernice/" target="_blank"><img src="github.png" class="articleimg" alt="github_preview"></a>
<br>
<a style="font-size: 30;" href="https://github.com/henryernice/" target="_blank" class="articlelink lightup">Look at my wonderful Github account</a>
</div>
<div class="article">
<a href="http://christian.henryernice.com" target="_blank"><img src="Christian-4.png" class="articleimg" alt="Christian_preview"></a>
<br>
<a style="font-size: 30;" href="http://christian.henryernice.com" target="_blank" class="articlelink lightup">Spil Kong Christian Stod Ved Højen Mast</a>
</div>
</div>
</div>
</div>
<div style="text-align: center;">
<p>Contact us at contact@henryernice.com</p>
</div>
<br>
</body>
</html>