27 lines
665 B
HTML
27 lines
665 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Multisig Signer</title>
|
||
|
<base href="/" />
|
||
|
<link
|
||
|
rel="preload"
|
||
|
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
||
|
as="font"
|
||
|
type="font/woff2"
|
||
|
crossorigin="anonymous"
|
||
|
/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/x-icon"
|
||
|
href="https://static.vega.xyz/favicon.ico"
|
||
|
/>
|
||
|
<link rel="stylesheet" href="https://static.vega.xyz/fonts.css" />
|
||
|
<script src="./assets/env-config.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
</body>
|
||
|
</html>
|