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.
14 lines
609 B
Plaintext
14 lines
609 B
Plaintext
extends bingo-layout
|
|
|
|
block content
|
|
div(id='bingoform')
|
|
div(id='bingoheader')
|
|
div
|
|
input(type='number', id='bingo-grid-size', class='number-input', value=3, min=1, max=7, onkeypress='submitOnEnter(event, submitBingoWords)')
|
|
span x
|
|
span(id='bingo-grid-y', class='number-input') 3
|
|
div(class='stretchDiv')
|
|
button(onclick='submitBingoWords()') Submit
|
|
span(id='word-count') Please provide at least 9 phrases:
|
|
textarea(id='bingo-textarea', placeholder='Bingo Words (max 10,000)', maxlength=1000000)
|