dappconnect-sdks/apps/web/index.html

18 lines
488 B
HTML
Raw Normal View History

2023-01-10 11:25:26 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-01-23 15:29:35 +00:00
<link rel="icon" type="image/png" href="/favicon.png" />
2023-01-10 11:25:26 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-01-23 15:29:35 +00:00
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Status</title>
2023-01-10 11:25:26 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>