diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 13:18:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 15:15:16 +0800 |
commit | f740ae0e4001778d35439c45b2d473d752373ba1 (patch) | |
tree | cb942ed2aebc3ca48ac2d1cd0749f5cf10ee97cc /index.html | |
parent | bfafe34d5c79f30f274c66709775ed8b13a016c5 (diff) |
chore: update metadata for OGP
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,10 +5,16 @@ | |||
5 | <meta charset="utf-8"/> | 5 | <meta charset="utf-8"/> |
6 | <title>DumbyMap</title> | 6 | <title>DumbyMap</title> |
7 | 7 | ||
8 | <meta property="og:description" content="Add a default marker to the map."/> | ||
9 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
10 | <link rel="shortcut icon" href="./assets/favicon.ico" type="image/ico"/> | 9 | <link rel="shortcut icon" href="./assets/favicon.ico" type="image/ico"/> |
11 | 10 | ||
11 | <meta property="og:title" content="DumbyMap"> | ||
12 | <meta property="og:description" content="Read HTML with maps"/> | ||
13 | <meta property="og:type" content="website"> | ||
14 | <meta property="og:url" content="https://outdoorsafetylab.github.io/dumbymap"> | ||
15 | <meta property="og:logo" content="./assets/favicon.ico"> | ||
16 | <meta property="og:image" content="./assets/og-example1.png"> | ||
17 | |||
12 | <!-- FIXME --> | 18 | <!-- FIXME --> |
13 | <link rel="stylesheet" type="text/css" href="./dist/css/style.css"/> | 19 | <link rel="stylesheet" type="text/css" href="./dist/css/style.css"/> |
14 | <link rel="stylesheet" type="text/css" href="./dist/css/dumbymap.css"/> | 20 | <link rel="stylesheet" type="text/css" href="./dist/css/dumbymap.css"/> |