Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanishsuresh authored Mar 18, 2024
1 parent fb89fe7 commit 9e23b2e
Show file tree
Hide file tree
Showing 10 changed files with 5,368 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://w7.pngwing.com/pngs/914/365/png-transparent-freewallet-finance-budgetbakers-wallet-rectangle-personal-finance-logo-thumbnail.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Expense Tracker</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit 9e23b2e

Please sign in to comment.