diff options
author | Marvin Borner | 2020-09-17 16:23:07 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-17 16:23:07 +0200 |
commit | 33ff64f9e1b680dc8c0af4c219f392ad5c72f4b2 (patch) | |
tree | 5616b51853bed5fa840650bc59c6b45035a6c421 /motto/public/index.html | |
parent | 399f93696add3299e3bfb74cd24ddc7f15e8f18b (diff) |
Tis code very code
Diffstat (limited to 'motto/public/index.html')
-rw-r--r-- | motto/public/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/motto/public/index.html b/motto/public/index.html index 5a9d698..100b2af 100644 --- a/motto/public/index.html +++ b/motto/public/index.html @@ -11,8 +11,13 @@ <div class="cards"> </div> - <div class="yay_or_nay"> + <div class="fab"> + <button id="add" class="add_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> |