-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 1.83 KB
/
index.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
<html>
<head>
<title>THIS IS THE TITLE</title>
<style>
* {
}
body {
color: #9cbe51;
background: #374028;
font-family: monospace;
}
ul {
list-style: square;
}
li {
margin: 0;
padding: 0;
}
h2 {
font-style: italic;
font-family: sans-serif;
color: #b9e35c
}
h3 {
color: #b6c682;
}
hr{
color: #b6c682;
}
</style>
</head>
<body>
<h2>Game Progress:</h2>
<ul>
<li>Curently Working On The Rest Of The Towers</li>
<li>Making The Main Menues</li>
<li>So... still much to be done, but it's coming along!</li>
</ul>
<h2>Community:</h2>
<ul>
<li>We Want Feedback!</li>
<ul>
<li>
<p>If you have any comments, bugs and glitches, features you love, or things to add, we at 3DAccessGaming will gladly take all your feedback to make this game a hit!</p>
</li>
<li> <p>So, all that to say, contact us, using [email protected]</p> </li>
<li>We read every email, and, if necessary, will respond within 4 bisness days!</li>
</ul>
</ul>
<h2>The Future:</h2>
<ul>
<li>There are several different updates in the works, so stay tuned!</li>
</ul>
<hr/ >
<h3>Thanks For Playing, </h3>
<h3>3D Access Games</h3>
</body>