Bugfix-Test-1
All checks were successful
release-tag / release-image (push) Successful in 1m57s

This commit is contained in:
2025-09-21 17:40:43 +02:00
parent 1d478f8803
commit 920da0a374
7 changed files with 18 additions and 22 deletions

View File

@@ -6,13 +6,14 @@
<title>{{.Name}}</title>
<link rel="preload" href="/static/fonts/inter-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/static/fonts/inter-semibold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/static/fonts/inter-extrabold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/static/fonts/inter.css">
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<div class="wrap">
<a href="/">← Zurück</a>
<h1 style="margin:8px 0">{{.Name}} <span id="live" class="pill off">Offline</span></h1>
<h1 class="title-no-margin">{{.Name}} <span id="live" class="pill off">Offline</span></h1>
<div class="card">
<video id="v" controls playsinline></video>
<div class="meta">
@@ -21,7 +22,7 @@
</div>
</div>
</div>
<script defer src="/static/vendor/hls.min.js"></script>
<script defer src="/static/js/hls.min.js"></script>
<script defer src="/static/js/stream.js"></script>
<script>window.__STREAM_NAME__={{.JSONName}};</script>
</body>