2022-02-15 14:12:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Explorer</title>
|
|
|
|
<base href="/" />
|
2022-04-06 10:36:36 +00:00
|
|
|
<link
|
|
|
|
rel="preload"
|
|
|
|
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
|
|
|
as="font"
|
|
|
|
type="font/woff2"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
/>
|
2022-02-15 14:12:27 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2022-04-06 10:36:36 +00:00
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/x-icon"
|
|
|
|
href="https://static.vega.xyz/favicon.ico"
|
|
|
|
/>
|
|
|
|
<link rel="stylesheet" href="https://static.vega.xyz/fonts.css" />
|
2022-06-13 14:39:17 +00:00
|
|
|
<script src="./assets/env-config.js"></script>
|
2022-02-15 14:12:27 +00:00
|
|
|
</head>
|
2022-11-10 16:24:19 +00:00
|
|
|
<body class="dark:bg-black h-full w-full">
|
|
|
|
<div id="root" class="h-full w-full"></div>
|
2022-02-15 14:12:27 +00:00
|
|
|
</body>
|
|
|
|
</html>
|