Split out footer

This commit is contained in:
2023-10-01 23:56:26 -04:00
parent 52c66eea16
commit ccb94ef0ac
3 changed files with 13 additions and 22 deletions

11
footer.php Normal file
View File

@@ -0,0 +1,11 @@
<div class="row copyright">
<?php
if (file_exists("/etc/ttyserver/canary")){
echo "Canary";
}
?>
<br>
<button class="footerbutton" onclick="displayFingerprints()">SSH Fingerprints</button>
<br>
<a href="https://git.corrupt.link/liz/tilde-oauth">View Source on Git</a>
</div>