diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-08-13 23:58:38 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-07 17:02:01 +0800 |
| commit | 15a939d234910016d36d4297ec14de51c96168ce (patch) | |
| tree | 4b3fe24f842485242949c19e3b2d0c078cae7797 /index.html | |
Initial Commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3440175 --- /dev/null +++ b/index.html | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <title>Leader Line with Markdown</title> | ||
| 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"> | ||
| 10 | <link rel="shortcut icon" href="favicon.svg" type="image/svg+xml"> | ||
| 11 | |||
| 12 | <!-- FIXME --> | ||
| 13 | <link rel="stylesheet" href="./dist/css/style.css"> | ||
| 14 | <link rel="stylesheet" href="./dist/css/dumbymap.css"> | ||
| 15 | <link rel="stylesheet" type="text/css" href="./dist/css/tiny-mde.min.css" /> | ||
| 16 | <link rel="stylesheet" type="text/css" href="./dist/css/index.css" /> | ||
| 17 | |||
| 18 | <!-- FIXME --> | ||
| 19 | <script src="./dist/editor.mjs" type="module"></script> | ||
| 20 | |||
| 21 | </head> | ||
| 22 | |||
| 23 | <body> | ||
| 24 | <div class="result-html"></div> | ||
| 25 | <div class="editor"> | ||
| 26 | <div id="tinymde"></div> | ||
| 27 | <div id="tinymde_commandbar"></div> | ||
| 28 | </div> | ||
| 29 | </body> | ||
| 30 | |||
| 31 | </html> | ||