Skip to content

Commit dcb73e2

Browse files
authored
Merge pull request #9 from MJLHThomassen/feature/html5-compatible
fix: fix html5 compatibility.
2 parents a5bbad5 + fd010dc commit dcb73e2

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)