has-it-happened-yet

commit bb2e6f410b2dd2c2666b80ff92eaf3a973b58662

tree

parent:
dd9076492613fe799014d007701156ca8558b5e0

nmyk <nick@nmyk.io>

2026-04-29T17:00:53-04:00

moves JS inside <head>

diff --git a/index.html b/index.html
index 4c5be70fb5132aafb9aba7004a31dca9a3cd0353..e3cce794671bdd91ea83b7798b33c33522c54bf5 100644
--- a/index.html
+++ b/index.html
@@ -12,9 +12,7 @@     <meta name="description" content="Has it happened yet?" />
     <meta property="og:title" content="Has it happened yet?" />
     <meta property="og:description" content="Has it happened yet?" />
     <meta property="og:image" content="has-it-happened-yet.png" />
-</head>
-
-<script>
+    <script>
     const oracleOfDelphiURL = 'https://pythia.apollo.faith/api/v1/vision'
     document.addEventListener('DOMContentLoaded', () => {
         const answerE = document.getElementById('answer');
@@ -35,6 +33,7 @@         };
         checkProphecy();
     });
 </script>
+</head>
 
 <body>
     <div id="answer" style="font-size: 200pt; text-align: center">🤷</div>