Update README

This commit is contained in:
Michał Gdula 2022-09-21 13:37:45 +00:00
parent 5a591c59bc
commit 6755f1af0d
13 changed files with 62 additions and 37 deletions

5
assets/ui/footer.php Normal file
View file

@ -0,0 +1,5 @@
<footer>
<p>Hosted by <?php echo $user_settings['user_name']; ?> under <?php echo $user_settings['license']; ?></p>
<p>Version <?php echo $user_settings['version']; ?></p>
<a class='link' href="about.php">About</a>
</footer>