Skip to content

Commit

Permalink
chore(example): update html markup
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 18, 2024
1 parent a40d041 commit c352fdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/example/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
Expand Down

0 comments on commit c352fdf

Please sign in to comment.