Make contact info link to website
parent
ec0fd84884
commit
c725e94195
|
@ -7,9 +7,9 @@
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" id="userInput" name="inputBox" placeholder="Command">
|
<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="verbhandler.js"></script>
|
||||||
<script src="inventory.js"></script>
|
<script src="inventory.js"></script>
|
||||||
<script src="locations.js"></script>
|
<script src="locations.js"></script>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue