diff options
Diffstat (limited to 'motto/public/index.html')
-rw-r--r-- | motto/public/index.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/motto/public/index.html b/motto/public/index.html index 100b2af..008087a 100644 --- a/motto/public/index.html +++ b/motto/public/index.html @@ -7,12 +7,21 @@ <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="fab"> - <button id="add" class="add_button"><img src="add.svg"></img></button> + <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"> |