Update index.html

This commit is contained in:
Kyle
2020-07-06 17:46:28 -07:00
parent 9ff29a6a48
commit 120f229d18

View File

@@ -99,7 +99,7 @@
<script defer src="/data/scripts/lazyLoadSamples.js"></script> <script defer src="/data/scripts/lazyLoadSamples.js"></script>
<script> <script>
if (window.location.search == '?reason=redirect') { if (window.location.search == '?reason=redirect') {
setTimeout(function() {alert("It appears that URL you've entered is incorrect or no longer exists, so we've brought you to the home page.")}, 2000) // setTimeout(function() {alert("It appears that URL you've entered is incorrect or no longer exists, so we've brought you to the home page.")}, 2000)
} }
</script> </script>
</body> </body>