add favicon

This commit is contained in:
ajuvercr 2020-03-31 11:57:31 +02:00
parent de2f32c667
commit 039c5a8d9f
4 changed files with 1670 additions and 0 deletions

BIN
backend/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -38,6 +38,7 @@ body {
}
.lobby_wrapper {
flex-grow: 1;
position: relative;;
}

View file

@ -5,6 +5,7 @@
<title>Planetwars</title>
<link rel="stylesheet" href="/style/base.css">
<link rel="stylesheet" href="/style/style.css">
<link rel="shortcut icon" type="image/png" href="favicon.ico">
</head>
<body>
<div class="nav">