aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorBlista Kanjo2021-11-28 15:09:00 -0500
committerBlista Kanjo2021-11-28 15:09:00 -0500
commit51308847b317d0e93629d58fa5204e0295c51b32 (patch)
tree3ebe5965b0bc3cf454761213b636ae06bd380c2c /includes
initial commmit
Diffstat (limited to 'includes')
-rw-r--r--includes/nav-footer.php8
-rw-r--r--includes/nav-header.php11
2 files changed, 19 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>
diff --git a/includes/nav-header.php b/includes/nav-header.php
new file mode 100644
index 0000000..86a987d
--- /dev/null
+++ b/includes/nav-header.php
@@ -0,0 +1,11 @@
+<div class="centered">
+ <h2>
+ <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>
+ </h2>
+ <hr>
+
+
+ </div>