mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
16 lines
585 B
HTML
16 lines
585 B
HTML
<!doctype html>
|
|
<html lang="en" class="h-full w-full">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Hive Laboratory</title>
|
|
|
|
<link href="/src/index.css" rel="stylesheet" />
|
|
<!-- <script src="https://cdn.jsdelivr.net/npm/react-scan/dist/auto.global.js"></script> -->
|
|
</head>
|
|
<body class="dark h-full w-full">
|
|
<div id="root" class="h-full w-full"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|