]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/404.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / 404.html
diff --git a/panikweb/templates/404.html b/panikweb/templates/404.html
new file mode 100644 (file)
index 0000000..28794a6
--- /dev/null
@@ -0,0 +1,16 @@
+{% extends "base.html" %}
+
+{% block title %}Page non trouvée{% endblock %}
+
+{% block main %}
+
+<div class="wrapper text">
+       <div id="fiber-content" class="padded">
+               <h2>404 / Page non trouvée</h2>
+
+               <p>
+               La page demandée n'a pas été trouvée. Petite larme.
+               </p>
+       </div>
+
+{% endblock %}