feat: revamp schedule and home pages
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{{define "title"}}Schedule{{end}}
|
||||
{{define "title"}}Broadcast Guide{{end}}
|
||||
{{define "scripts"}}<script type="module" src="/dist/static/schedule_board.js" defer></script>{{end}}
|
||||
{{define "content"}}
|
||||
<div class="flex flex-col gap-12 pb-24">
|
||||
<section class="px-1">
|
||||
<div class="flex flex-col gap-2">
|
||||
<h1 class="text-4xl font-normal tracking-[-0.02em] text-foreground">Schedule</h1>
|
||||
<h1 class="text-3xl font-normal tracking-[-0.02em] text-foreground">Broadcast Guide</h1>
|
||||
<p class="max-w-2xl text-sm leading-6 text-foreground-muted">Times come from external broadcast metadata and may not match when episodes become playable from the provider.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user