Make contact info link to website

pull/1/head
~erin 2021-07-10 18:03:00 -04:00
parent ec0fd84884
commit c725e94195
Signed by untrusted user: erin
GPG Key ID: DA70E064A8C70F44
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<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>

View File

@ -16,6 +16,10 @@ p {
padding-left: 1%;
}
a {
color: #fdffea;
}
#fakebuttons {
margin: auto;
padding-top: 1%;