This commit is contained in:
2024-08-16 15:08:06 +07:00
commit 502e4877fc
22 changed files with 4263 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./not-image.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Customer signs up for product updates</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>