diff options
-rw-r--r-- | motto/public/index.html | 3 |
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> |