OpenDeck/views/index.pug

30 lines
685 B
Text
Raw Normal View History

2021-03-08 11:05:51 +01:00
extends layout
block content
2021-03-08 14:16:18 +01:00
h1.center OpenDeck
2021-03-08 11:05:51 +01:00
.container#deck
2021-03-08 19:42:32 +01:00
.fixed-action-btn.no-autoinit
a.btn-floating.btn-large.green
i.large.material-icons menu
ul
li
a(href="/settings").btn-floating.red
i.material-icons settings
li
a(href="#modal").btn-floating.blue.modal-trigger
i.material-icons toc
li
a#fullScreen.btn-floating.yellow
i.material-icons fullscreen
#modal.modal
.modal-content
.input-field
select#deck-select
label Deck
.modal-footer
a#save.modal-close.waves-effect.waves-grey.btn-flat(href="#!") Close
2021-03-08 19:42:32 +01:00
script(src="/javascripts/index.js")