diff options
-rw-r--r-- | favicon.svg | 5 | ||||
-rw-r--r-- | play.html | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..e87e319 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" viewBox="200 50 500 500"> +<path fill="#fff" d="M0 0h900v600H0z"/> +<path fill="#063" d="M0 0h450v600H0z"/> +<path fill="#d21034" d="M579.903811 225a150 150 0 1 0 0 150 120 120 0 1 1 0-150M585.676275 300 450 255.916106 533.852549 371.329239v-142.658277L450 344.083894z"/> +</svg> @@ -6,6 +6,7 @@ <meta name="theme-color" content="#444"> <meta charset="UTF-8"> <title>ALGERIA</title> +<link rel="icon" href="favicon.svg"> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/common/client.css?v=4134"> <script defer src="/common/client.js?v=4134"></script> |