use django.contrib.staticfiles everywhere
[mygpo.git] / mygpo / web / templates / 404.html
blob0767053dd9d582597125b8a6c0c7fd8656b2b4f4
1 {% load static %}
2 <html>
3 <head>
4 <title>404 Not found (gpodder.net)</title>
5 <link rel="stylesheet" type="text/css" href="{% static "fail.css" %}" />
6 </head>
7 <body>
8 <div id="c">
9 <div id="fail">
10 <h1>404 - Not found.</h1>
11 <p>
12 The requested document was not found on this server.
13 Please try again later or contact us.
14 </p>
15 </div>
16 </div>
17 <img id="icon" src="{% static "failpodder.png" %}">
18 </body>
19 </html>