-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
19 lines (16 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
<script src="CoreEngine/Engine/RoomCreate.js"></script>
<script src="CoreEngine/Includes/CharacterClass.js"></script>
<script src="CoreEngine/Includes/GlobalFunctions.js"></script>
<script src="CoreEngine/Includes/RoomClasses.js"></script>
<script src="CoreEngine/Includes/globalsettings.js"></script>
<script src="CoreEngine/Parser/parser.js"></script>
<script src="CoreEngine/Scripting/ScriptFunctions.js"></script>
</head>
<html><body>
<div><table width="100%"><tr><td></td><td align="center"><div style="text-align:center;">This is where the main body of the game is played. It will display the game text as it happens.</div></td><td></td></tr>
<tr><td><div>Optional Div</div></td><td><div style="text-align:center;">Dialog and other options</div></td><td><div>Optional Div</div></td></tr>
<tr><td><div>Optional Div</div><td><div style=""text-align:center;"><form style="width:100%;"><input value="Enter your text command..." style="width:75%;"></input><button style="width:19%;">Complete</button><form></div></td><td><div>Optional Div</div></td></tr>
</table></div>
<div> This will be a hidden Div for an alternative type of options screen.</div>
</body></html>