fuck
This commit is contained in:
parent
5adcad0685
commit
5f7a705472
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue