This commit is contained in:
nelle 2024-09-03 17:15:45 -06:00
parent 5adcad0685
commit 5f7a705472
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,6 @@
<!-- optimized -->
<!-- unoptimized -->
<script is:inline src="/scripts/ntfy.js"></script>
<!-- <script is:inline src="/scripts/ntfy.js"></script>-->
<script is:inline src="/scripts/lastfm.js"></script>
<script is:inline src="/scripts/sound.js"></script>

View file

@ -16,7 +16,7 @@ const { title } = Astro.props;
<head>
<Head title={title} />
</head>
<body onload="checkBoxes(), getSGAState(), redirect(), getPlaceholder()" id="body">
<body onload="getSGAState(), redirect(), checkBoxes(), getPlaceholder()" id="body">
<Header />
<section class="content center">
<h1 class="title">{title}</h1>
@ -26,6 +26,7 @@ const { title } = Astro.props;
<NormalScripts />
<script is:inline src="/scripts/fuckchrome.js"></script>
<script is:inline src="/scripts/sga.js"></script>
<script is:inline src="/scripts/ntfy.js"></script>
<!-- <script is:inline src="/scripts/sn.js"></script>-->
<audio
id="clickSound"