diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-05 20:38:22 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-05 20:38:22 +0500 |
| commit | e24572790514bbe8b5e1e360cf136cf5388025b0 (patch) | |
| tree | 8cfc653f3213d5da6baccbd2b5244f6ee094e881 /lib | |
| parent | c93f2cff12f47702266118617e8ee4369ff41173 (diff) | |
feat: wiki
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/partials.php | 14 |
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 |
