commit 1808e103
Fix stylesheet link
Changed files
| M | templates/game.tpl before |
diff --git a/templates/game.tpl b/templates/game.tpl
index 11e57ae..d3a2e89 100644
--- a/templates/game.tpl
+++ b/templates/game.tpl
@@ -31,10 +31,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en">
<meta name="description" content="OpenArena stats by oastats">
- <meta rel="stylesheet" href="../static/css/oastat.css" type="text/css">
+ <link rel="stylesheet" href="../static/css/oastat.css" type="text/css">
<title>OpenArena Stats - Game {{GAME_NUMBER}}</title>
</head>
<body>
+<div class="main-section">
<div class="intro">OpenArena Stats - Game {{GAME_NUMBER}}</div>
+</div>
</body>
</html>