-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.19 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.19 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
37
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The First Alkahistorian</title>
<link rel="stylesheet" type="text/css" href="Elements/Elements.css">
</head>
<body style="text-align:center;">
<br>The First Alkahistorian
<br>Nagshell's Incremental Game<br>
<br>
<br>
<a class="tabButton" href="Elements/Elements.html">Stage one</a>
<br><br>
<a class="tabButton"href="Golems/Golems.html">Stage two</a>
<br><br>
<a class="tabButton"href="Historian/Historian.html">Stage three</a>
<br><br>
<a class="tabButton"href="Alternative3/Historian.html">Side stage! </a>
<br>
<br><br><br>
<a class="tabButton"href="https://discord.gg/CjdSuzH">Discord Server</a>
<br>
<br>
<br>If you've enjoyed my games please consider supporting me through links down below.
<br>
<br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="TNTLB3ZN7BVUQ">
<input type="submit" class="tabButton" border="0" name="submit" value="Donation through Paypal">
</form>
<br>
<a class="tabButton" href="https://www.patreon.com/user?u=12559765">Patreon</a>
</body>
</html>