We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78f4892 + 94898cb commit 88b1551Copy full SHA for 88b1551
1 file changed
index.html
@@ -12,6 +12,7 @@
12
<link rel="icon" href="icons/icon-192.png" sizes="192x192" />
13
<link rel="apple-touch-icon" href="icons/icon-192.png" />
14
<link rel="stylesheet" href="style.css" />
15
+ <script src="script.js" defer></script>
16
<title>Shandoku – Wife Edition</title>
17
<style>
18
/* Critical splash CSS — inlined so it works even while a stale
@@ -140,7 +141,6 @@ <h1>Shandoku 😂</h1>
140
141
</div>
142
143
- <script src="script.js"></script>
144
<script>
145
if ('serviceWorker' in navigator) {
146
window.addEventListener('load', () => {
0 commit comments