]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/404.mako
Initial display of the frag matrix.
[xonotic/xonstat.git] / xonstat / templates / 404.mako
1 <%inherit file="base.mako"/>
2 <%namespace name="nav" file="nav.mako" />
3
4 <%block name="navigation">
5   ${nav.nav('games')}
6 </%block>
7
8 <h1>HTTP 404</h1>
9
10 % if 0 <= rand < 30:
11   <h2>Well this is <i>awkward</i>...I couldn't find what you were looking for!</h2>
12   <p>(better get back to playing then, <b>hm</b>?)</p>
13 % endif
14
15 % if 30 <= rand < 40:
16   <h2>Whoa there! Looks like you've taken a wrong turn.</h2>
17   <p>(no one <i>tries</i> to get on highway 404, <b>no one</b>.)</p>
18 % endif
19
20 % if 40 <= rand < 50:
21   <h2>There's nothing to see here. *waves hand*</h2>
22   <p>(did Mirio put you up to this?)</p>
23 % endif
24
25 % if 50 <= rand < 60:
26   <h2>Hey, you! Watch out - Smilecythe's behind you!</h2>
27   <p>(he killed this page, apparently)</p>
28 % endif
29
30 % if 60 <= rand < 70:
31   <h2>Mario refactored this page into something else.</h2>
32   <p>(it wasn't pulling its own weight anyway)</p>
33 % endif
34
35 % if 70 <= rand < 80:
36   <h2>divVerent has encrypted this page so hard you'll never decipher it.</h2>
37   <p>(either that or you've hit the wrong page or something)</p>
38 % endif
39
40 % if 80 <= rand < 90:
41   <h2>merlijn was unhappy with this page, so he removed it from the server.</h2>
42   <p>(after yelling at me about it, of course)</p>
43 % endif
44
45 % if 90 <= rand <= 100:
46   <h2>Morphed is modeling this page. It's gonna be awesome.</h2>
47   <p>(until then, you'll probably want to get in a game or two)</p>
48 % endif