Re-add channels page

This commit is contained in:
2026-01-08 15:42:41 +01:00
parent f56016cf1c
commit b0a7c0dd7f
3 changed files with 14 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
autocomplete="off"
/>
<datalist id="channel-suggestions"></datalist>
<button type="submit" class="button block">Open overlay</button>
<button type="submit" class="button block" onclick="onOpenOverlayButtonClick(event)">Open overlay</button>
</form>
</section>
</main>
@@ -67,5 +67,6 @@
</footer>
</div>
<script src="/js/cookie-consent.js"></script>
<script src="/js/channels.js"></script>
</body>
</html>