Added sitemap for humans and bots. Some content tweaks. Starting to feel close to done!

This commit is contained in:
2022-10-19 04:56:51 -05:00
parent 3cf1665197
commit 471d5e1573
9 changed files with 154 additions and 27 deletions

View File

@ -1 +1,4 @@
#!/usr/bin/php
<div class="row" id="advisory">
<!-- No advisories at this moment. -->
</div>

View File

@ -2,10 +2,15 @@
<?php
include "menu.php"
?>
<h6 class="center">
<a href="https://github.com/Hyperling/www/blob/main/LICENSE"
target="_blank" rel="noopener noreferrer"
>
This website is free software! Click to learn more.
</a>
</h6>
<div class="row" id="footer">
<div class="col-3"></div>
<h6 class="col-3 center">
<a href="https://github.com/Hyperling/www/blob/main/LICENSE"
target="_blank" rel="noopener noreferrer"
>This website is free software! Click to learn more.</a>
</h6>
<h6 class="col-3 center">
<a href="/sitemap/">Full Site Map</a>
</h6>
<div class="col-3"></div>
</div>