diff options
author | Marvin Borner | 2020-09-28 19:55:50 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-28 19:55:50 +0200 |
commit | ef30849d550fd2039a1459ad9e03635c966e221b (patch) | |
tree | 00546bba3247f3c7af48b6b248ce5814e10dc541 | |
parent | def13b9b23c7e58526631513d1b5d2f590b8df9f (diff) |
Shameless plug
-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> |