aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--src/index.css8
2 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index 7b8726b..a84d745 100644
--- a/index.html
+++ b/index.html
@@ -500,6 +500,10 @@
</div>
</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>
</body>
</html>
diff --git a/src/index.css b/src/index.css
index 45b5145..8871564 100644
--- a/src/index.css
+++ b/src/index.css
@@ -100,6 +100,14 @@ main {
}
}
+footer {
+ text-align: center;
+
+ a {
+ color: #dedfd6;
+ }
+}
+
@media (max-width: 400px) {
body {
padding: 20px;