git repos / oastat_static_web_generator

commit 1808e103

sago007 · 2019-03-23 20:11
1808e103dab99ddf24ae4ee61924a410706186c8 patch · browse files
parent 5d6c09d8d8ad4ec7c72230ae520a1174bbf67205

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>