Skip to content

Commit fd010dc

Browse files
committed
fix: fix html5 compatibility.
Fixes #4
1 parent a5bbad5 commit fd010dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
<!DOCTYPE html>
12
<html lang="en">
23
<head>
4+
<meta charset="UTF-8">
35
<title>Pinout Leaf Editor</title>
46
<script type="module" src="dist/web.js"></script>
57
<script>

0 commit comments

Comments
 (0)