Moves 404 images into a dedicated directory

This commit is contained in:
Samuel FORESTIER 2017-11-04 00:00:28 -04:00 committed by Samuel FORESTIER
parent 8bd7905be1
commit 4d2f429011
7 changed files with 1 additions and 1 deletions

@ -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>