Create index.html

This commit is contained in:
2026-05-15 20:40:14 -04:00
committed by GitHub
parent d4ba9a8b82
commit 0f5f1162da
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MyLegal</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>