Moves 404 images into a dedicated directory
This commit is contained in:
parent
8bd7905be1
commit
4d2f429011
2
404.html
2
404.html
@ -7,7 +7,7 @@ permalink: /404.html
|
||||
<img id="image_404" src="" alt="404 - This page does not exist">
|
||||
|
||||
<script>
|
||||
document.getElementById('image_404').src = "/img/404_" + (Math.floor(Math.random() * 6) + 1) + ".jpg";
|
||||
document.getElementById('image_404').src = "/img/404/" + (Math.floor(Math.random() * 6) + 1) + ".jpg";
|
||||
</script>
|
||||
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user