0c3850d2f7
Change the color of the message to be readable, and some other positioning tweaks.
12 lines
334 B
HTML
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}}
|