15 lines
		
	
	
	
		
			709 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			709 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <head>
 | |
|     <link rel="stylesheet" href="style.css">
 | |
| </head>
 | |
| <body>
 | |
|     <div id="roundedtop"><h2 id="terminal">Terminal</h2><h2 id="fakebuttons">_ ☐ X</h2></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 <a href="https://kitty.lgbt/about/" alt="Luna's contact info">Luna</a>.</p></div>
 | |
|     <script src="verbhandler.js"></script>
 | |
|     <script src="inventory.js"></script>
 | |
|     <script src="locations.js"></script>
 | |
|     <script src="index.js"></script>
 | |
| </body>
 |