pretty much working version
[koed-quiz.git] / koedquiz / templates / 500.html
1 <!DOCTYPE HTML>
2 <html>
3
4 <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>{% block "title" %}{% endblock %}</title>
7     <style type="text/css">
8 html, body {
9     margin: 0;
10     padding: 0;
11 }
12 body {
13     font-family: arial, verdana, sans-serif;
14 }
15 #body {
16     max-width: 40em;
17     margin: auto;
18 }
19
20 #header {
21     background: #222;
22     color: #eee;
23     padding: 1em 0;
24     
25 }
26 h1 {
27     font-size: 2em;
28     max-width: 20em;
29     margin: auto;
30     margin-top: 0;
31     color: #eee;
32 }
33     </style>
34 </head>
35
36 <body>
37     <div id="header">
38     <h1>Błąd serwera</h1>
39     </div>
40
41     <div id="body">
42         <p>Serwis jest chwilowo niedostępny.
43         Proszę spróbować jeszcze raz za chwilę.
44         Jeśli problem będzie się powtarzał, proszę skontaktować się
45         z <a href='mailto:fundacja@nowoczesnapolska.org.pl'>administratorami</a>.</p>
46     </div>
47 </body>
48
49 </html>