checkout/checkout.html

23 lines
888 B
HTML
Raw Normal View History

<!doctype html>
2018-05-08 12:23:26 +00:00
<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" />
<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" />
<title>Checkout</title>
</head>
<body>
<div id="app"></div>
<script defer type="module" src="/src/main.tsx"></script>
</body>
</html>