-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgames-not-out.html
36 lines (32 loc) · 1.09 KB
/
games-not-out.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
<!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">
<p align="center">
<a href="index.html"><img src="images/logo.png" width="560px" /></a>
</p>
<p align="center">
<a class="navbar" href="games-not-out.html">Play</a>
<a class="navbar" href="soundtracks-not-out.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" style="padding: 5%">
<img src="images/windows-box-logo.png" style="width: 40%" />
<br />
LAUNCHES 24 SEPTEMBER 2021<br />
FOR PC, MAC, LINUX and WHATEVER ELSE YOU WANT TO TRY RUNNING IT ON!
</div>
<br />
</div>
</body>
</html>