-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathget.html
75 lines (69 loc) · 2.58 KB
/
get.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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">
<img src="images/choose-version.png" width="40%" />
<hr />
<br />
<section style="width: 45%; margin-right: 2.5%">
<br />
<a style="color: white" href="get-original.html"
><img src="images/logo.png" height="200px" /><br
/></a>
<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>
<section style="width: 45%">
<br />
<a style="color: white" href="get-arcade-edition.html"
><img src="images/logo-ae.png" height="200px"
/></a>
<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 2022</a
>
in support of
<a style="color: red" href="https://www.livingrent.org/"
>LIVING RENT</a
>. Focuses on fast, action-packed fighting, and thinking as little as
humanly possible.<br /><br />
Features new areas, enemies, weapons, and gameplay changes!<br /><br />
</section>
</div>
</div>
<br />
</body>
</html>