vivaplusdl/web/index.go.html
Sebastiaan de Schaetzen 91be8274c4
All checks were successful
Build / build (push) Successful in 3m11s
UI is largely working
2025-03-16 18:11:34 +01:00

12 lines
208 B
HTML

{{- /*gotype: vivaplusdl.VideoInfoVM*/}}
<!DOCTYPE html>
<html lang="en">
{{template "frag-header" .}}
<body>
<h1>Viva++</h1>
<div class="video-container">
{{template "frag-index" .}}
</div>
</body>
</html>