textadventure/index.html

15 lines
614 B
HTML

<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="roundedtop"><h2>Terminal</h2><h3>_ &#9744 X</h3></div>
<div id="userText">
<p></p>
</div>
<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>
<script src="verbhandler.js"></script>
<script src="inventory.js"></script>
<script src="locations.js"></script>
<script src="index.js"></script>
</body>