This commit is contained in:
bel
2021-09-14 06:30:17 -06:00
commit 7ab1723a5e
327 changed files with 127104 additions and 0 deletions

11
MovieNight/static/thedoor.html Executable file
View 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}}