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
|
2023-03-22 09:57:25 +00:00
|
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
|
2023-01-23 15:29:35 +00:00
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
<title>Status</title>
|
2023-01-10 11:25:26 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2023-04-11 18:52:18 +00:00
|
|
|
<script type="module" src="./src/main.tsx"></script>
|
2023-01-10 11:25:26 +00:00
|
|
|
</body>
|
|
|
|
</html>
|