[SC64][WEB] Added favicon

This commit is contained in:
Mateusz Faderewski 2024-01-07 20:04:24 +01:00
parent 7f21902e21
commit 7ea74f19a5
3 changed files with 9 additions and 0 deletions

7
web/favicon.svg Normal file
View File

@ -0,0 +1,7 @@
<svg width="52" height="64" viewBox="0 0 10.628619 12.997754"
xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(0.26458333,0,0,0.26458333,-52.982198,-15.994455)">
<path d="m 217.67375,66.546036 -17.42607,4.669019 v 38.361795 l 17.42607,-4.66904 V 82.149664 l -11.43086,3.063776 v -7.623449 l 11.43086,-3.062353 z m -5.43566,24.676981 v 7.527093 l -5.9952,1.60666 v -7.527086 z" style="fill:#c30027" />
<path d="m 222.22084,65.327616 6.066,-1.625399 v 15.603959 l 6.066,-1.625367 V 62.07685 l 6.066,-1.625366 v 38.361557 l -6.066,1.625369 V 85.29767 l -12.132,3.250754 z" style="fill:#c40027" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 642 B

View File

@ -4,6 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SummerCart64 - Features</title>
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="./styles.css">
<script src="./script.js"></script>
</head>

View File

@ -4,6 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SummerCart64 - Home</title>
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="./styles.css">
<script src="./script.js"></script>
</head>