]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/base.mako
Show recent game scoreboards in an iframe viewport from the player_info view/template.
[xonotic/xonstat.git] / xonstat / templates / base.mako
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3    <head>
4       <title><%block name="title">XonStat - The Xonotic Statistics Database</%block></title>
5           <%block name="css">
6       <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" />
7       </%block>
8           <%block name="js"/>
9    </head>
10    <body>
11       <div id="header">
12          <%block name="header">
13          <h1>XonStat</h1>
14          <h2>The Statistics Database for Xonotic</h2>
15          <br />
16          </%block>
17           </div>
18
19           ${self.body()}
20
21           <div id="footer">
22          <%block name="footer"/>
23           </div>
24    </body>
25 </html>