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