mirror of
https://github.com/Alee14/sei-website.git
synced 2025-01-22 13:11:53 -05:00
9 lines
473 B
JavaScript
9 lines
473 B
JavaScript
export default function Footer() {
|
|
return (
|
|
<>
|
|
<footer>
|
|
<p className="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>
|
|
</>
|
|
)
|
|
}
|