added favicon
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Arsenal IQ</title>
|
<title>Arsenal IQ</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
|
||||||
|
<title>Arsenal IQ Crosshairs Icon</title>
|
||||||
|
<rect width="64" height="64" rx="14" fill="#11150f" />
|
||||||
|
<circle cx="32" cy="32" r="18" fill="none" stroke="#dce7c2" stroke-width="4" />
|
||||||
|
<circle cx="32" cy="32" r="4.5" fill="#dce7c2" />
|
||||||
|
<path
|
||||||
|
d="M32 8v10M32 46v10M8 32h10M46 32h10"
|
||||||
|
fill="none"
|
||||||
|
stroke="#89a05e"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-width="4"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M32 18v9M32 37v9M18 32h9M37 32h9"
|
||||||
|
fill="none"
|
||||||
|
stroke="#dce7c2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-width="4"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 618 B |
Reference in New Issue
Block a user