Skip to content

Commit

Permalink
Added Reclaim 🔵
Browse files Browse the repository at this point in the history
  • Loading branch information
4rjunc committed Oct 26, 2024
1 parent fc63f88 commit c819241
Show file tree
Hide file tree
Showing 11 changed files with 6,189 additions and 239 deletions.
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Handle Check</title>
</head>

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

</html>
Loading

0 comments on commit c819241

Please sign in to comment.