textadventure/index.html

15 lines
645 B
HTML
Raw Normal View History

2021-07-09 19:56:23 +00:00
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
2021-07-10 03:47:57 +00:00
<div id="roundedtop"><h2 id="terminal">Terminal</h2><h2 id="fakebuttons">_ &#9744 X</h2></div>
2021-07-09 19:56:23 +00:00
<div id="userText">
<p></p>
</div>
2021-07-10 02:59:41 +00:00
<input type="text" id="userInput" name="inputBox" placeholder="Command">
<div id="infobox"><h4>Info:</h4><p>This game and website are a complete work in progress. None of this is final. If you have any suggestions feel free to contact Luna.</p></div>
2021-07-09 19:56:23 +00:00
<script src="verbhandler.js"></script>
<script src="inventory.js"></script>
2021-07-09 20:57:51 +00:00
<script src="locations.js"></script>
<script src="index.js"></script>
2021-07-09 19:56:23 +00:00
</body>