aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-09-28 19:55:50 +0200
committerMarvin Borner2020-09-28 19:55:50 +0200
commitef30849d550fd2039a1459ad9e03635c966e221b (patch)
tree00546bba3247f3c7af48b6b248ce5814e10dc541
parentdef13b9b23c7e58526631513d1b5d2f590b8df9f (diff)
Shameless plug
-rw-r--r--motto/public/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/motto/public/index.html b/motto/public/index.html
index c5c71f3..35ab894 100644
--- a/motto/public/index.html
+++ b/motto/public/index.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<!-- MIT License, Copyright (c) 2020 Marvin Borner -->
<html>
<head>
<meta charset="UTF-8" />
@@ -30,6 +31,8 @@
<button id="yay"><img src="heart.svg"></img></button>
</div>
</div>
+ <!-- Well, why not :) -->
+ <small style="position: absolute; right: 0; bottom: 0; font-size: 9px; margin-right: 3px">Created by Marvin Borner</small>
<script charset="utf-8" src="hammer.js"></script>
<script charset="utf-8" src="script.js"></script>
</body>