vivaplusdl/web/index.gohtml
Sebastiaan de Schaetzen 35d76f4ead
Some checks failed
Build / build (push) Failing after 1m1s
Properly show newest video
2025-03-16 10:11:05 +01:00

18 lines
352 B
Plaintext

{{- /*gotype: vivaplusdl.VideoInfoVM*/}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Viva++</title>
<link href="/static/style.css" rel="stylesheet">
</head>
<body>
<h1>Viva++</h1>
<div class="video-box">
<h2>{{.Title}}</h2>
<div>{{.Description}}</div>
<img src="{{.Thumbnail}}" alt="Thumbnail" />
</div>
</body>
</html>