diff options
author | LarsVomMars | 2020-10-10 12:12:11 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-10 12:12:11 +0200 |
commit | 8377cd9881167dcde40f0947c623ddbb64120747 (patch) | |
tree | 249005836358fc73049b3e4c2c8c6040830353b1 /motto/public/index.html | |
parent | 7a4ade2036140203cee39cc7622f835114862515 (diff) |
Some npm scripts
Diffstat (limited to 'motto/public/index.html')
-rw-r--r-- | motto/public/index.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/motto/public/index.html b/motto/public/index.html deleted file mode 100644 index 35ab894..0000000 --- a/motto/public/index.html +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<!-- MIT License, Copyright (c) 2020 Marvin Borner --> -<html> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, minimal-ui" /> - <link rel="stylesheet" href="style.css" type="text/css" media="all" /> - <title>Motto</title> - </head> - <body> - <div id="sebastian" class="sebastian fab" style="display: none"> - <button id="go"><img src="x.svg"></img></button> - <ul id="overview"> - </ul> - </div> - - <div class="wrapper"> - <div class="cards"> - </div> - - <div class="blabla fab"> - <button id="all" class="top_button"><img src="all.svg"></img></button> - <button id="aah" class="top_button"><img src="reload.svg"></img></button> - <button id="idc" class="top_button"><img src="shuffle.svg"></img></button> - <button id="add" class="top_button"><img src="add.svg"></img></button> - </div> - - <div class="yay_or_nay fab"> - <button id="nay"><img src="x.svg"></img></button> - <button id="hmm"><img src="skip.svg"></img></button> - <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> -</html> |