2022-02-15 14:12:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2023-08-11 16:12:43 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2022-02-15 14:12:27 +00:00
|
|
|
<meta charset="utf-8" />
|
2023-08-11 16:12:43 +00:00
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/x-icon"
|
|
|
|
href="https://static.vega.xyz/favicon.ico"
|
|
|
|
/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<meta name="description" content="Vega Protocol - VEGA Explorer" />
|
|
|
|
<meta name="og:type" content="website" />
|
|
|
|
<meta name="og:url" content="https://explorer.vega.xyz/" />
|
|
|
|
<meta name="og:title" content="Vega Protocol - Explorer" />
|
|
|
|
<meta name="og:site_name" content="Vega Protocol - Explorer" />
|
|
|
|
<meta name="og:image" content="https://static.vega.xyz/favicon.ico" />
|
|
|
|
|
2023-08-16 16:06:56 +00:00
|
|
|
<meta name="twitter:card" content="https://static.vega.xyz/favicon.ico" />
|
2023-08-11 16:12:43 +00:00
|
|
|
<meta name="twitter:title" content="Vega Protocol - Explorer" />
|
|
|
|
<meta name="twitter:description" content="Vega Protocol - Explorer" />
|
|
|
|
<meta name="twitter:image" content="https://static.vega.xyz/favicon.ico" />
|
|
|
|
<meta name="twitter:image:alt" content="VEGA logo" />
|
|
|
|
<meta name="twitter:site" content="@vegaprotocol" />
|
|
|
|
|
|
|
|
<meta name="description" content="Vega Protocol - Explorer" />
|
|
|
|
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" />
|
|
|
|
<link rel="manifest" href="assets/manifest.json" />
|
2022-04-06 10:36:36 +00:00
|
|
|
<link
|
|
|
|
rel="preload"
|
|
|
|
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
|
|
|
as="font"
|
|
|
|
type="font/woff2"
|
|
|
|
/>
|
2023-08-11 16:12:43 +00:00
|
|
|
<title>VEGA Explorer</title>
|
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>
|