diff options
| -rw-r--r-- | assets/og-example1.png | bin | 0 -> 264120 bytes | |||
| -rw-r--r-- | index.html | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/assets/og-example1.png b/assets/og-example1.png new file mode 100644 index 0000000..170d354 --- /dev/null +++ b/assets/og-example1.png | |||
| Binary files differ | |||
| @@ -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"/> |