Jotzy/frontend/index.html

13 lines
342 B
HTML
Raw Permalink Normal View History

2025-11-19 21:16:32 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-11-23 09:08:01 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Notes App</title>
2025-11-19 21:16:32 +00:00
</head>
2025-11-23 09:08:01 +00:00
<body style="margin: 0">
2025-11-19 21:16:32 +00:00
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>