Skip to content

Commit 88b1551

Browse files
authored
Merge pull request #20 from ssfinney/claude/sudoku-ux-enhancements-5CURw
2 parents 78f4892 + 94898cb commit 88b1551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="icon" href="icons/icon-192.png" sizes="192x192" />
1313
<link rel="apple-touch-icon" href="icons/icon-192.png" />
1414
<link rel="stylesheet" href="style.css" />
15+
<script src="script.js" defer></script>
1516
<title>Shandoku – Wife Edition</title>
1617
<style>
1718
/* Critical splash CSS — inlined so it works even while a stale
@@ -140,7 +141,6 @@ <h1>Shandoku 😂</h1>
140141
</div>
141142
</div>
142143

143-
<script src="script.js"></script>
144144
<script>
145145
if ('serviceWorker' in navigator) {
146146
window.addEventListener('load', () => {

0 commit comments

Comments
 (0)