-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
22 lines (22 loc) · 841 Bytes
/
About.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<script>
var DirectoryAmt = 0;
</script>
<script src = "Nav.js" id="s1"></script>
<script src="code.js" id="s2"></script>
<script>StartNav();</script>
</head>
<body>
<div id="NavBarThing" class=""> </div>
<link href="style.css" rel="stylesheet" type="text/css">
<h1 id="title" class="title">About</h1>
<div id="content">
<p>
WPTLS is a work in progress videogame and tabletop RPG mostly centered around a galaxy that has been completely taken over by different factions and races of space people. Players play as humans that have been thrown into this galaxy with no experience and have to learn how to deal with the space lifestyle.
</p>
</div>
</body>
</html>