aboutsummaryrefslogtreecommitdiff
path: root/public/footer.php
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-23 21:55:22 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-23 21:55:22 +0200
commit7eecf6d9577eb81498fcf35bdd7ae375b227b69c (patch)
treedf943f7da99a8556ac5eb7b5cd874bdadf36e4d0 /public/footer.php
site scaffolding + php tests
Diffstat (limited to 'public/footer.php')
-rw-r--r--public/footer.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/footer.php b/public/footer.php
new file mode 100644
index 0000000..57831be
--- /dev/null
+++ b/public/footer.php
@@ -0,0 +1,8 @@
+<footer>
+ <div class="inner limwidth">
+ <div class="flex">
+ <span class="left">de winkel website</span>
+ <span class="right">dit is een footer hoor</span>
+ </div>
+ </div>
+</footer>