11 lines
297 B
HTML
11 lines
297 B
HTML
|
<section>
|
||
|
<h2>Error 404</h2>
|
||
|
<p>
|
||
|
The page you requested was not found... this is annoying :s
|
||
|
</p>
|
||
|
<p>
|
||
|
You can go back to the <a href="/">index</a> or wherever you want...
|
||
|
</p>
|
||
|
#
|
||
|
</section>
|