This commit is contained in:
2026-03-02 22:41:45 +01:00
parent 3e78a77521
commit 98866fd19b
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<?php
/** @var \App\App $app */
$app = app();
$app->assets()->addStyle('/assets/css/app.css', 'early');
$app->assets()->addScript('/assets/js/app.js', 'footer', true);
?>
<!doctype html>
<html lang="en">