Skip to content

Commit

Permalink
Merge pull request #9 from FLAK-ZOSO/main
Browse files Browse the repository at this point in the history
Updated 404.html
  • Loading branch information
FLAK-ZOSO authored Dec 28, 2021
2 parents ebebc3b + 8bcff49 commit 9816d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<script src="https://kit.fontawesome.com/f909269b75.js" crossorigin="anonymous"></script>
<script type="text/javascript">
window.addEventListener('load', function() {
alert('Questa pagina non esiste');
if (this.location.href != 'https://lioydiano.github.io/404.html')
alert('Questa pagina non esiste');
this.location.href = 'https://lioydiano.github.io/404.html';
})
</script>
Expand Down

0 comments on commit 9816d95

Please sign in to comment.