1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 14:18:27 -04:00

Update index.html

This commit is contained in:
Jake Jarvis 2020-07-12 16:00:34 -04:00 committed by GitHub
parent 381c475dd5
commit ea7c2b62da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,5 +222,7 @@
var winner = document.getElementById('synonym'); var winner = document.getElementById('synonym');
winner.innerHTML = thesaurus[Math.floor(Math.random() * thesaurus.length)]; winner.innerHTML = thesaurus[Math.floor(Math.random() * thesaurus.length)];
</script> </script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt=""/></noscript>
</body> </body>
</html> </html>