9 lines
264 B
HTML
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}}
|