Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Sep 13, 2023
1 parent ef494da commit 43d0935
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/web/index.html → index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notion kroki</title>
</head>

<body>
<div>
<div>
Expand All @@ -18,7 +20,8 @@
</div>
<div id="change"></span>

<script src="https://unpkg.com/[email protected]/umd/index.js" ></script>
<script src="../../notion-kroki.user.js" ></script>
<script src="https://unpkg.com/[email protected]/umd/index.js"></script>
<script src="./notion-kroki.user.js"></script>
</body>
</html>

</html>

0 comments on commit 43d0935

Please sign in to comment.