obs-replay-server/views/public/index.html
2023-06-01 18:20:03 +02:00

9 lines
264 B
HTML

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