diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-26 20:15:33 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-26 20:15:33 +0200 |
commit | 9066476064e70b70ff5f4bb7eeae7b0a60afe5b0 (patch) | |
tree | 7c50f0b14741a75482806373aafb9ae5860e6d68 | |
parent | c25fa7efd6b8a27b2c88effb30b6d73e15778de4 (diff) | |
download | algeria-9066476064e70b70ff5f4bb7eeae7b0a60afe5b0.tar.gz |
Add favicon.
-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> |