Skip to content

Commit 88fafab

Browse files
committed
fix: Fix demo for correct bundle location.
1 parent e6989ef commit 88fafab

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="Content-Type"
5-
content="text/html; charset=UTF-8"
6-
/>
4+
<meta charset="utf-8">
75
<title>code editor demo</title>
8-
<script charset="utf-8"
9-
src="/dist/bundle.js"
10-
type="text/javascript"
11-
></script>
6+
<script src="/bundle.js"></script>
127
</head>
138
<body>
149

0 commit comments

Comments
 (0)