aboutsummaryrefslogtreecommitdiff
path: root/components/footer.js
diff options
context:
space:
mode:
authorTomas <27066503+creatort@users.noreply.github.com>2023-05-18 20:01:21 +0100
committerGitHub <noreply@github.com>2023-05-18 20:01:21 +0100
commit1f44ee7eb172f7f17891325db24c685adcfa16a3 (patch)
tree9a4d287b1ab05416e0a2b0cde4ab11dc3929572d /components/footer.js
parent09f5813252335f44c8dbd52e02902c9958a09ae5 (diff)
downloadsei-website-1f44ee7eb172f7f17891325db24c685adcfa16a3.tar.gz
sei-website-1f44ee7eb172f7f17891325db24c685adcfa16a3.tar.bz2
sei-website-1f44ee7eb172f7f17891325db24c685adcfa16a3.zip
Add files via upload
Diffstat (limited to 'components/footer.js')
-rw-r--r--components/footer.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/footer.js b/components/footer.js
new file mode 100644
index 0000000..defef0d
--- /dev/null
+++ b/components/footer.js
@@ -0,0 +1,9 @@
+export default function Footer() {
+ return (
+ <>
+ <footer>
+<p class="text-center text-slate-800 hover:text-slate-500 transition duration-150 ease-out hover:ease-in">This website was created for the Southeastern Government of BNBMC, a fictional world created within Minecraft. The content you see on this website should NOT be taken seriously. With design work by <a href="https://nosi.uk/">Tomas North</a>.</p>
+ </footer>
+ </>
+ )
+ }