mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-02-13 21:31:42 -05:00
23 lines
687 B
HTML
23 lines
687 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta name="theme-color" content="#B69056" />
|
||
|
<meta name="description" content="Haveno" />
|
||
|
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
|
<link
|
||
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
|
||
|
<title>Haveno :: Storybook</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
|
<div id="app"></div>
|
||
|
</body>
|
||
|
</html>
|