aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 59cf7ce2c5d8368f6cc8764205bbc6b374475f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8" />
  <title>DumbyMap</title>

  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <link rel="shortcut icon" href="./assets/favicon.ico" type="image/ico">

  <meta property="og:title" content="DumbyMap">
  <meta property="og:description" content="Read HTML with maps">
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://outdoorsafetylab.github.io/dumbymap">
  <meta property="og:logo" content="./assets/favicon.ico">
  <meta property="og:image" content="./assets/og-example1.png">

  <!-- FIXME -->
  <link rel="stylesheet" type="text/css" href="./dist/css/style.css">
  <link rel="stylesheet" type="text/css" href="./dist/css/dumbymap.css">
  <link rel="stylesheet" type="text/css" href="./dist/css/easymde.min.css">
  <link rel="stylesheet" type="text/css" href="./dist/css/index.css">

  <!-- FIXME -->
  <script src="./dist/easymde.min.js"></script>
  <script src="./dist/editor.mjs" type="module"></script>

</head>

<body>
  <main data-mode="editing">
    <div class="DumbyMap">
      <div class="SemanticHtml"></div>
    </div>
    <div class="editor">
      <textarea></textarea>
    </div>
  </main>
</body>

</html>