Add links to main page, add calculator

This commit is contained in:
Firepup Sixfifty 2024-08-26 09:27:39 -05:00
parent a3e890f06a
commit ceee00730f
No known key found for this signature in database
2 changed files with 92 additions and 0 deletions

View file

@ -34,6 +34,10 @@
<a href="/services" class="cyan">Go to the Services page</a>
<br/>
<a href="/error-debug" class="cyan">Go to the Error debugging page</a>
<br/>
<a href="/quotes" class="cyan">Go to the Quotes page</a>
<br/>
<a href="/calculator" class="cyan">Go to the Calculator page</a>
</span>
<script src="/script.js"></script>
</body>