BudgetApp/index.html

14 lines
355 B
HTML
Raw Permalink Normal View History

2022-10-12 12:42:52 -04:00
<!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" />
2022-10-12 21:09:42 -04:00
<title>Budgetly</title>
2022-10-12 12:42:52 -04:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>