Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
0rigin-c0de committed Feb 22, 2023
1 parent 923dee4 commit 60d1088
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Notes-App</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>

0 comments on commit 60d1088

Please sign in to comment.