MAPG-81 add favicons
This commit is contained in:
parent
82fa4e1c5f
commit
2e2524474f
BIN
public/static/img/favicon/16x16.png
(Stored with Git LFS)
Normal file
BIN
public/static/img/favicon/16x16.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/static/img/favicon/192x192.png
(Stored with Git LFS)
Normal file
BIN
public/static/img/favicon/192x192.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/static/img/favicon/32x32.png
(Stored with Git LFS)
Normal file
BIN
public/static/img/favicon/32x32.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/static/img/favicon/96x96.png
(Stored with Git LFS)
Normal file
BIN
public/static/img/favicon/96x96.png
(Stored with Git LFS)
Normal file
Binary file not shown.
5
public/static/img/favicon/favicon.svg
Normal file
5
public/static/img/favicon/favicon.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<!-- The PNGs in this folder are generated from this SVG. -->
|
||||||
|
<!-- Copyright (c) 2019 The Bootstrap Authors. License can be found in 'USED_SOFTWARE' in section 'Bootstrap Icons'. -->
|
||||||
|
<svg viewBox="0 0 16 16" fill="#28a745" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" d="M15.817.613A.5.5 0 0 1 16 1v13a.5.5 0 0 1-.402.49l-5 1a.502.502 0 0 1-.196 0L5.5 14.51l-4.902.98A.5.5 0 0 1 0 15V2a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0l4.902.98 4.902-.98a.5.5 0 0 1 .415.103zM10 2.41l-4-.8v11.98l4 .8V2.41zm1 11.98l4-.8V1.61l-4 .8v11.98zm-6-.8V1.61l-4 .8v11.98l4-.8z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 591 B |
@ -6,6 +6,10 @@
|
|||||||
<title>MapGuesser</title>
|
<title>MapGuesser</title>
|
||||||
<link href="static/css/mapguesser.css" rel="stylesheet">
|
<link href="static/css/mapguesser.css" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&family=Roboto+Mono:wght@300;500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&family=Roboto+Mono:wght@300;500&display=swap" rel="stylesheet">
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="static/img/favicon/192x192.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="96x96" href="static/img/favicon/96x96.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="static/img/favicon/32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="static/img/favicon/16x16.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="loading">
|
<div id="loading">
|
||||||
|
@ -6,6 +6,10 @@
|
|||||||
<title>MapGuesser</title>
|
<title>MapGuesser</title>
|
||||||
<link href="static/css/mapguesser.css" rel="stylesheet">
|
<link href="static/css/mapguesser.css" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&family=Roboto+Mono:wght@300;500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&family=Roboto+Mono:wght@300;500&display=swap" rel="stylesheet">
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="static/img/favicon/192x192.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="96x96" href="static/img/favicon/96x96.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="static/img/favicon/32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="static/img/favicon/16x16.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="loading">
|
<div id="loading">
|
||||||
|
Loading…
Reference in New Issue
Block a user