- commit
- 994d44f6cadb684cd2c0a9117a36ad6f4ed33642
- parent
- 360b63553250015a638bc7c38964089b49afcfaa
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-05-09 20:15
add favicon
Diffstat
| A | favicon.svg | 8 | ++++++++ |
| M | index.html | 1 | + |
2 files changed, 9 insertions, 0 deletions
diff --git a/favicon.svg b/favicon.svg
@@ -0,0 +1,8 @@ -1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> -1 2 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"> -1 3 <rect fill="black" x="0" y="0" width="32" height="32" /> -1 4 <rect fill="white" x="1" y="1" width="14" height="17" /> -1 5 <rect fill="white" x="16" y="1" width="8" height="17" /> -1 6 <rect fill="red" x="1" y="19" width="23" height="12" /> -1 7 <rect fill="blue" x="25" y="1" width="6" height="30" /> -1 8 </svg>
diff --git a/index.html b/index.html
@@ -4,6 +4,7 @@ 4 4 <meta charset="utf-8"> 5 5 <title>Moving Mondrian</title> 6 6 <link rel="stylesheet" href="mondrian.css"> -1 7 <link rel="icon" href="favicon.svg"> 7 8 </head> 8 9 <body> 9 10 <div class="mondrian"></div>