-
Notifications
You must be signed in to change notification settings - Fork 0
/
GameGuide.html
22 lines (22 loc) · 1.13 KB
/
GameGuide.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>The Videogame Guide</title>
<script>
var DirectoryAmt = 1;
</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">The Videogame Guide</h1>
<p>WPLTS is not only a tabletop RPG, but it's also a videogame. It's currently in development, but this page contains all the informaiton one might need when playing the game. Items, spaceships, and other things used in the tabletop RPG match the same stats and descriptions as the things in the videogame. <b>Note: The progress of the videogame as been altered due to the pandemic. We probably won't have a finished product for quite some time. </b></p>
<div id="content">
<!--a class="mainLink" href="GameGuide/Commands.html">Commands/Cheats</a>
<a class="mainLink" href="GameGuide/Modding.html">Modding</a-->
</div>
</body>
</html>