diff options
Diffstat (limited to 'components/footer.js')
| -rw-r--r-- | components/footer.js | 9 |
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>
+ </>
+ )
+ }
|
