-
Notifications
You must be signed in to change notification settings - Fork 0
/
exe_tt2.html
44 lines (39 loc) · 1.6 KB
/
exe_tt2.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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>Kleadron's Software - Toilet Trouble 2</title>
<link rel="stylesheet" type="text/css" href="resources/style.css" />
<!-- Settings for alert.js and header.js -->
<script src="resources/scripts/globals.js"></script>
</head>
<body>
<!-- Top of page -->
<script src="resources/scripts/header.js"></script>
<!-- For alerts and important info -->
<script src="resources/scripts/alert.js"></script>
<!-- Main content -->
<center>
<div class="main-content" align="left">
<!-- <span id="red">DRAFT</span> -->
<h1>Toilet Trouble 2</h1>
<center><img src="resources/images/toilet.png" alt="a toilet" border="2" /></center>
<div id="grey-box">
<p>Jump the pesky toilet on platforms to gain more points. Avoid the missile!
</p>
</div>
<h3>Downloads</h3>
<div id="grey-box">
<p>Drop the folder from the zip file wherever you want.</p>
<p>It may have a virus warning. I promise the turbo toilet technology is not malicious in any way at all.<br>
If you think it's suspicious, don't download it. I don't know why .NET 4.0 programs get flagged as dubious.</p>
<ul>
<li><a href="resources/programs/ToiletTrouble2.zip">ToiletTrouble2.zip</a></li>
</ul>
<p>You need the <a href="https://www.microsoft.com/en-us/download/details.aspx?id=27598" target="_blank">Microsoft XNA Framework</a> installed to play Toilet Trouble.</p>
</div>
</div>
</center>
<!-- Bottom of page -->
<script src="resources/scripts/footer.js"></script>
</body>
</html>