Add js and css integration
This commit is contained in:
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user