MovieNight/static/thedoor.html
Zorchenhimer 0c3850d2f7 Make the pin entry screen not look terrible
Change the color of the message to be readable, and some other
positioning tweaks.
2019-04-13 14:21:53 -04:00

12 lines
334 B
HTML

{{define "header"}}{{end}}
{{define "body"}}
<div id="doorentry">
{{if .Notice}}<div class="doornotice">{{.Notice}}</div>{{end}}
<form action="/" method="post">
<input type="text" name="txtInput" /><br />
<input type="submit" value="{{.SubmitText}}" class="button pretty-button" />
</form>
</div>
{{end}}