added footer

This commit is contained in:
Samuel Breznjak 2025-01-24 13:13:03 +01:00
parent 3731b65592
commit 2423e591f1
2 changed files with 12 additions and 0 deletions

View file

@ -500,6 +500,10 @@
</div> </div>
</main> </main>
<footer>
Released under MIT License. Made by <a target="_blank" href="http://samke.me">Samuel</a>.
</footer>
<script type="module" src="./src/main.js"></script> <script type="module" src="./src/main.js"></script>
</body> </body>
</html> </html>

View file

@ -100,6 +100,14 @@ main {
} }
} }
footer {
text-align: center;
a {
color: #dedfd6;
}
}
@media (max-width: 400px) { @media (max-width: 400px) {
body { body {
padding: 20px; padding: 20px;