feat: remove n7 bullshit stuff

This commit is contained in:
2025-02-13 22:16:26 +00:00
parent 11c1ca0591
commit fced039f76
18 changed files with 3 additions and 240 deletions

View File

@@ -0,0 +1,14 @@
<footer>
<div>
<p>© 2021 - 2024 Created by Me</p>
</div>
</footer>
<style>
footer {
display: flex;
justify-content: space-around;
width: 100%;
margin: 0 auto;
}
</style>