mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
23 lines
888 B
HTML
23 lines
888 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" />
|
|
<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"
|
|
/>
|
|
<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>
|