summaryrefslogtreecommitdiff
path: root/lib/partials.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/partials.php')
-rw-r--r--lib/partials.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php
index 8dcc915..0fec678 100644
--- a/lib/partials.php
+++ b/lib/partials.php
@@ -10,6 +10,7 @@ function html_navigation_bar()
</section>
<section class="row gap-16">
<a href="/">home</a>
+ <a href="/wiki.php">wiki</a>
</section>
</header>
<?php ;
@@ -28,4 +29,17 @@ function html_big_footer()
</div>
</footer>
<?php ;
+}
+
+function html_footer()
+{
+ echo '' ?>
+ <footer>
+ <div class="w-50 row gap-8">
+ <div class="row grow">
+ <p>Powered by Project Tinybot</p>
+ </div>
+ </div>
+ </footer>
+ <?php ;
} \ No newline at end of file