aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-11-26 15:38:09 +0000
committerFrankie B <git@diskfloppy.me>2023-11-26 15:40:38 +0000
commit60c11f8376923546f645cc55a43d87e61c47d57f (patch)
treec1abd2aed31a1125c42dfbaf1d6962a7e18a5615 /resources
parentc644b720ea534192e9ca4c63494200f2a37d27cc (diff)
Add snow
Diffstat (limited to 'resources')
-rw-r--r--resources/views/includes/head.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php
index 2a5ad6e..1204063 100644
--- a/resources/views/includes/head.blade.php
+++ b/resources/views/includes/head.blade.php
@@ -7,6 +7,7 @@
<link rel="stylesheet" href="/css/master.css"/>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/>
+ <script src="/js/christmas/snow.js"></script>
<!-- Page-specific -->
<title>@yield('title') - diskfloppy.me</title>