diff options
Diffstat (limited to 'templates/lobby_html.jinja')
-rw-r--r-- | templates/lobby_html.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
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> |