Skip to content

Commit 3fe00bb

Browse files
committed
fix: Fix live version
1 parent d5c9141 commit 3fe00bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>React Editable Json Tree</title><script defer="defer" src="/static/js/main.3ae635ac.js"></script></head><body style="margin:0"><div id="app"></div></body></html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>React Editable Json Tree</title>
6+
<script defer="defer" src="static/js/main.3ae635ac.js"></script>
7+
</head>
8+
<body style="margin: 0">
9+
<div id="app"></div>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)