aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-29 12:10:04 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-29 15:06:28 +0800
commitc3f47cff4a7fb897f802558f85ac79e10297b95b (patch)
tree296344543c1a3da8ae39e1d6321e2cbb4c8ee0f1
parent756a8b9bb925aed0b85a236093550ab615d4044b (diff)
feat: add favicon
-rw-r--r--favicon.icobin0 -> 15406 bytes
-rw-r--r--index.html2
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
diff --git a/index.html b/index.html
index 04878fb..9af0eaa 100644
--- a/index.html
+++ b/index.html
@@ -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"/>