Add js and css integration

This commit is contained in:
2026-04-23 15:08:45 +02:00
parent 0ee598fbdd
commit cfa72be700
8 changed files with 1595 additions and 4 deletions
+2
View File
@@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<title><?= htmlspecialchars($title) ?></title>
<link rel="stylesheet" href="/build/app.css">
<script src="/build/app.js" defer></script>
</head>
<body>
<?= $content ?>