refactor: split static/ into css/ js/ html/; add tests/test_json.c (15/15 pass)

This commit is contained in:
2026-06-09 01:04:50 +02:00
parent 32deda57e0
commit 9fc9494ccd
11 changed files with 91 additions and 17 deletions
+3
View File
@@ -0,0 +1,3 @@
</div>
</body>
</html>
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{TITLE}} — IPTV</title>
<link rel="stylesheet" href="/iptv.css">
</head>
<body>
<nav class="topnav">
<a href="/series" class="nav-item">Series</a>
<a href="/movies" class="nav-item">Movies</a>
<a href="/search" class="nav-item">Search</a>
<a href="/downloads" class="nav-item">Downloads</a>
</nav>
<div class="container">
<script src="/iptv.js"></script>