archive
This commit is contained in:
11
MovieNight/static/thedoor.html
Executable file
11
MovieNight/static/thedoor.html
Executable file
@@ -0,0 +1,11 @@
|
||||
{{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}}
|
||||
Reference in New Issue
Block a user