19 lines
510 B
HTML
19 lines
510 B
HTML
---
|
|
layout: default
|
|
title: 404 — Not Found
|
|
permalink: /404.html
|
|
image: /img/404/5.jpg
|
|
description: "This page does not exist !"
|
|
---
|
|
|
|
<img id="image_404" src="" alt="404 - {{ page.description }}">
|
|
|
|
<script>
|
|
document.getElementById('image_404').src = "/img/404/" + (Math.floor(Math.random() * 6) + 1) + ".jpg";
|
|
</script>
|
|
|
|
<p>
|
|
It looks like you are lost, young traveler :confused:<br />
|
|
Fortunately, I've set for you the top and navigation bars in that inter-dimensional breach as well :wink:<br />
|
|
</p>
|