-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchoose.html
60 lines (53 loc) · 2.14 KB
/
choose.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
<!DOCTYPE HTML>
<html>
<head>
<title>THATCHER'S TECHBASE</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.ico"/>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="main">
<div class="abitlessopaque">
<!-- navbar code needs to be on same line to avoid spacing issues -->
<p align="center">
<a href="index.html"><img src="images/logo.png" width="560px"></a>
</p>
<br>
<p align="center">
<a class="navbarcurrent" href="get.html">Play</a>
<a class="navbar" href="sound.html">Soundtrack</a>
<a class="navbar" href="screens.html">Media</a>
<a class="navbar" href="support.html">Support</a>
<a class="navbar" href="credits.html">Credits</a>
</p>
</div>
<br>
<div class="abitopaque" align="center">
<h2>CHOOSE YOUR VERSION</h2>
<hr>
<br>
<a style="color: white" href="get-original.html">
<section style="width: 45%; margin-right: 2.5%;">
<br>
<img src="images/logo.png" height="200px"><br>
<h5>Released: September 24th, 2021</h5>
Play <a href="https://twitter.com/letshugbro/status/1438110445613760513">the original experience</a>. A miserable, unforgiving dungeon-crawler that really makes you feel like you're in the Tenth Circle of British Hell.<br><br>
More difficult than Arcade Edition, with more focus on navigation and puzzle-solving.<br><br>
</section>
</a>
<a style="color: white" href="get-arcade-edition.html">
<section style="width: 45%;">
<br>
<img src="images/logo-ae.png" height="200px">
<h5>Released: September 24th, 2022</h5>
Jeremy Corbyn's <a href="https://www.indy100.com/science-tech/corbyn-thatchers-techbase-doom-2">"favourite game"</a><br><br>
Created for <a style="color: red" href="https://theworldtransformed.org/">TWT</a> in support of <a style="color: red" href="https://www.livingrent.org/">LIVING RENT</a>. Focuses on fast, action-packed gameplay and thinking as little as possible.<br><br>
Features new areas, enemies, weapons, and gameplay changes!<br><br>
</section>
</a>
</div>
</div>
<br>
</div>
</body>
</html>