diff options
| author | Blista Kanjo | 2021-11-28 15:09:00 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-28 15:09:00 -0500 |
| commit | 51308847b317d0e93629d58fa5204e0295c51b32 (patch) | |
| tree | 3ebe5965b0bc3cf454761213b636ae06bd380c2c /includes/nav-footer.php | |
initial commmit
Diffstat (limited to 'includes/nav-footer.php')
| -rw-r--r-- | includes/nav-footer.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/nav-footer.php b/includes/nav-footer.php new file mode 100644 index 0000000..d3023cd --- /dev/null +++ b/includes/nav-footer.php @@ -0,0 +1,8 @@ +<hr/> +<a href="../index.php">home</a> +<a href="./index.php#how-to">how-to</a> +<a href="../info.php">info</a> +<a href="../licenses.php">licenses</a> +<br> +<p>All site content is in the Public Domain.</p> +<p><small>Powered by <a href="https://github.com/blistakanjo604">github/blistakanjo604</a></small></p> |
