Skip to content

Commit

Permalink
fix: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
amir78729 committed May 28, 2024
1 parent 0c3f8b4 commit 826f02f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module">
import { html, render } from "lit";
render(html` <div></div> `, document.querySelector("#root"));
</script>
</body>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module">
import { html, render } from "lit";
render(html` <div></div> `, document.querySelector("#root"));
</script>
</body>
</html>

0 comments on commit 826f02f

Please sign in to comment.