diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-29 12:10:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-29 15:06:28 +0800 |
commit | c3f47cff4a7fb897f802558f85ac79e10297b95b (patch) | |
tree | 296344543c1a3da8ae39e1d6321e2cbb4c8ee0f1 | |
parent | 756a8b9bb925aed0b85a236093550ab615d4044b (diff) |
feat: add favicon
-rw-r--r-- | favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..2ddf495 --- /dev/null +++ b/favicon.ico | |||
Binary files differ | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | <meta property="og:description" content="Add a default marker to the map."/> | 8 | <meta property="og:description" content="Add a default marker to the map."/> |
9 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | 9 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
10 | <link rel="shortcut icon" href="favicon.svg" type="image/svg+xml"/> | 10 | <link rel="shortcut icon" href="favicon.ico" type="image/ico"/> |
11 | 11 | ||
12 | <!-- FIXME --> | 12 | <!-- FIXME --> |
13 | <link rel="stylesheet" type="text/css" href="./dist/css/style.css"/> | 13 | <link rel="stylesheet" type="text/css" href="./dist/css/style.css"/> |