add favicon
This commit is contained in:
parent
de2f32c667
commit
039c5a8d9f
4 changed files with 1670 additions and 0 deletions
BIN
backend/static/favicon.ico
Normal file
BIN
backend/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
1668
backend/static/moZaic_different A-01.svg
Normal file
1668
backend/static/moZaic_different A-01.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 122 KiB |
|
@ -38,6 +38,7 @@ body {
|
|||
}
|
||||
|
||||
.lobby_wrapper {
|
||||
flex-grow: 1;
|
||||
position: relative;;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue