All checks were successful
Build / build (push) Successful in 3m11s
12 lines
208 B
HTML
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>
|