2022-09-15 15:37:02 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Liquidity Provision Dashboard</title>
|
|
|
|
<base href="/" />
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
|
|
<link
|
|
|
|
rel="preload"
|
|
|
|
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
|
|
|
as="font"
|
|
|
|
type="font/woff2"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://static.vega.xyz/fonts.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-10-18 07:58:44 +00:00
|
|
|
<div id="root" class="h-full max-h-full min-h-full"></div>
|
2022-09-15 15:37:02 +00:00
|
|
|
</body>
|
|
|
|
</html>
|