9 lines
285 B
HTML
9 lines
285 B
HTML
{{define "title"}}SDVX Replay - panel{{end}}
|
|
{{define "content"}}
|
|
<form action="/save" method="GET">
|
|
<button style="font-size: 24pt; padding: .5em; background-color: #599e34; color: #0e1117;" type="submit">Zapisz
|
|
powtórkę</button>
|
|
</form>
|
|
|
|
<h1>Moje powtórki</h1>
|
|
{{end}} |