mirror of https://github.com/Trivernis/whooshy.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
extends bingo-layout
|
|
|
|
block content
|
|
div(id='bingoform')
|
|
input(type='number', id='bingo-grid-size', class='number-input', value=3, min=1, max=8)
|
|
span x
|
|
span(id='bingo-grid-y', class='number-input') 3
|
|
button(onclick='submitBingoWords()') Submit
|
|
textarea(id='bingo-textarea', placeholder='Bingo Words') |