Initial: landing-page template via tAI

This commit is contained in:
Joe Wee
2026-05-21 12:33:21 +01:00
commit ff8b808fb4
10 changed files with 569 additions and 0 deletions
+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>Landing Page</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>