aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/skeleton.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/skeleton.php')
-rw-r--r--templates/skeleton.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php
index 072f812..e678957 100644
--- a/templates/skeleton.php
+++ b/templates/skeleton.php
@@ -11,6 +11,7 @@ $user = Digitigrade\Model\UserAccount::findByCurrentSession();
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
+ <script src="https://unpkg.com/hyperscript.org@0.9.13"></script>
<script src="/static/language-switch.js" defer></script>
</head>