obs-replay-server/views/public/index.html

9 lines
283 B
HTML

{{define "title"}}SDVX Replay{{end}}
{{define "content"}}
<h1>SDVX Replay Server</h1>
<h2>Wpisz swój nick aby kontynuować</h2>
<form action="/auth" method="POST">
<input type="text" name="username" placeholder="Nick">
<input type="submit" value="Kontynuuj">
</form>
{{end}}