2024-08-16 15:08:06 +07:00
|
|
|
<!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>
|
2024-09-24 09:22:32 +07:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2024-08-16 15:08:06 +07:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|