Make contact info link to website
This commit is contained in:
		
							parent
							
								
									ec0fd84884
								
							
						
					
					
						commit
						c725e94195
					
				
					 2 changed files with 6 additions and 2 deletions
				
			
		|  | @ -7,9 +7,9 @@ | |||
|         <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> | ||||
| 	<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> | ||||
| </body> | ||||
|  |  | |||
|  | @ -16,6 +16,10 @@ p { | |||
|     padding-left: 1%; | ||||
| } | ||||
| 
 | ||||
| a { | ||||
| 	color: #fdffea; | ||||
| } | ||||
| 
 | ||||
| #fakebuttons { | ||||
|     margin: auto; | ||||
|     padding-top: 1%; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue