color change
[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: #b8be55;
22     color: #eee;
23     padding: 1em 0;
24     
25 }
26 #header a {
27     text-decoration: none;
28 }
29 h1 {
30     font-size: 2em;
31     max-width: 20em;
32     margin: auto;
33     margin-top: 0;
34     color: #eee;
35 }
36     </style>
37 </head>
38
39 <body>
40     <div id="header">
41     <h1>Błąd serwera</h1>
42     </div>
43
44     <div id="body">
45         <p>Serwis jest chwilowo niedostępny.
46         Proszę spróbować jeszcze raz za chwilę.
47         Jeśli problem będzie się powtarzał, proszę skontaktować się
48         z <a href='mailto:fundacja@nowoczesnapolska.org.pl'>administratorami</a>.</p>
49     </div>
50 </body>
51
52 </html>