summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2017-10-03 22:38:14 +0200
committerAndré Glüpker <git@wgmd.de>2017-10-03 22:38:14 +0200
commitdb6e4e3e3c33f99c3998c2bc457e6cb31fbd0162 (patch)
treeed0d74eb284e11256792b96d7bdf15d55b586ac3
parent54da5b4c59db4046367350f587f068140f15746a (diff)
downloadsteam-db6e4e3e3c33f99c3998c2bc457e6cb31fbd0162.tar.gz
steam-db6e4e3e3c33f99c3998c2bc457e6cb31fbd0162.tar.bz2
steam-db6e4e3e3c33f99c3998c2bc457e6cb31fbd0162.zip
Add favicon
-rw-r--r--static/favicon.pngbin0 -> 5429 bytes
-rw-r--r--templates/error.jinja1
-rw-r--r--templates/lobby_html.jinja1
-rw-r--r--templates/premades_html.jinja1
4 files changed, 3 insertions, 0 deletions
diff --git a/static/favicon.png b/static/favicon.png
new file mode 100644
index 0000000..d0d59ed
--- /dev/null
+++ b/static/favicon.png
Binary files differ
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();">