2023-08-16 15:48:04 +00:00
|
|
|
<!doctype html>
|
2018-05-08 12:23:26 +00:00
|
|
|
<html dir="ltr">
|
2019-01-29 16:54:37 +00:00
|
|
|
<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" />
|
2024-02-21 09:13:48 +00:00
|
|
|
<meta name="theme-color" content="#386460" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
|
|
<link
|
|
|
|
rel="preload"
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap"
|
|
|
|
as="style"
|
|
|
|
/>
|
2023-05-15 16:08:30 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap" rel="stylesheet" />
|
2019-01-29 16:54:37 +00:00
|
|
|
<title>Checkout</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2024-02-21 09:13:48 +00:00
|
|
|
<script defer type="module" src="/src/main.tsx"></script>
|
2019-01-29 16:54:37 +00:00
|
|
|
</body>
|
2018-02-15 11:16:12 +00:00
|
|
|
</html>
|