]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/base.mako
Remove <ul>s, center tables, and tweak the team colors a bit.
[xonotic/xonstat.git] / xonstat / templates / base.mako
1 <html>
2    <head>
3       <title><%block name="title">XonStat - The Xonotic Statistics Database</%block></title>
4           <%block name="css">
5       <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" />
6       </%block>
7           <%block name="js"/>
8    </head>
9    <body>
10       <div id="header">
11          <%block name="header">
12          <h1>XonStat</h1>
13          <h2>The Statistics Database for Xonotic</h2>
14          <br />
15          </%block>
16           </div>
17
18           ${self.body()}
19
20           <div id="footer">
21          <%block name="footer"/>
22           </div>
23    </body>
24 </html>