Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsieh Chin Fan committed Oct 8, 2024
1 parent 1ad10e4 commit 1cdf213
Showing 1 changed file with 44 additions and 25 deletions.
69 changes: 44 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,50 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>DumbyMap</title>

<head>
<meta charset="utf-8"/>
<title>DumbyMap</title>
<meta
property="og:description"
content="Add a default marker to the map."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />

<meta property="og:description" content="Add a default marker to the map."/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="shortcut icon" href="favicon.ico" type="image/ico"/>
<!-- FIXME -->
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/dumbymap@latest/dist/css/style.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/dumbymap@latest/dist/css/dumbymap.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/dumbymap@latest/dist/css/easymde.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/dumbymap@latest/dist/css/index.css"
/>

<!-- 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 data-mode="editing">
<div class="DumbyMap"></div>
<div class="editor">
<textarea></textarea>
</div>
</body>
<!-- FIXME -->
<script src="https://unpkg.com/dumbymap@latest/dist/easymde.min.js"></script>
<script
src="https://unpkg.com/dumbymap@latest/dist/editor.mjs"
type="module"
></script>
</head>

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

0 comments on commit 1cdf213

Please sign in to comment.