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:
parent
381c475dd5
commit
ea7c2b62da
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user