checkout/checkout.html
2024-02-13 15:35:19 +07:00

18 lines
743 B
HTML

<!doctype html>
<html dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1" />
<meta name="description" content="Checkout" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap" rel="stylesheet" />
<title>Checkout</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="src/app/index.tsx"></script>
</body>
</html>