summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/error.jinja1
-rw-r--r--templates/lobby_html.jinja1
-rw-r--r--templates/premades_html.jinja1
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/error.jinja b/templates/error.jinja
index 60c185f..f631f0f 100644
--- a/templates/error.jinja
+++ b/templates/error.jinja
@@ -3,6 +3,7 @@
<title>CS:GO Lobbylinkfinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="static/style.css" />
+ <link rel="icon" type="image/png" href="static/favicon.png" />
</head>
<body>
<div class="error">
diff --git a/templates/lobby_html.jinja b/templates/lobby_html.jinja
index c1d7fac..efb307e 100644
--- a/templates/lobby_html.jinja
+++ b/templates/lobby_html.jinja
@@ -2,6 +2,7 @@
<title>CS:GO Lobbylinkfinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="static/style.css" />
+ <link rel="icon" type="image/png" href="static/favicon.png" />
<script src="static/misc.js"></script>
</head>
<body>
diff --git a/templates/premades_html.jinja b/templates/premades_html.jinja
index 39ebb0b..548a451 100644
--- a/templates/premades_html.jinja
+++ b/templates/premades_html.jinja
@@ -2,6 +2,7 @@
<title>CS:GO Premadefinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="static/style.css" />
+ <link rel="icon" type="image/png" href="static/favicon.png" />
<script src="static/vivagraph.min.js"></script>
</head>
<body onload="onLoad();">