mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +01:00
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Mutiny Wallet</title>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0 height=device-height viewport-fit=cover user-scalable=no"
|
|
/>
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
|
<meta name="theme-color" content="#171717" />
|
|
<meta
|
|
name="description"
|
|
content="Mutiny is a self-custodial lightning wallet that runs in the browser."
|
|
/>
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Mutiny Wallet" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Mutiny is a self-custodial lightning wallet that runs in the browser."
|
|
/>
|
|
<meta name="twitter:site" content="https://app.mutinywallet.com/" />
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://app.mutinywallet.com/images/twitter_card_image.png"
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Mutiny Wallet" />
|
|
<meta
|
|
property="og:description"
|
|
content="Mutiny is a self-custodial lightning wallet that runs in the browser."
|
|
/>
|
|
<meta property="og:url" content="https://app.mutinywallet.com/" />
|
|
<meta
|
|
property="og:image"
|
|
content="https://app.mutinywallet.com/images/twitter_card_image.png"
|
|
/>
|
|
<link rel="apple-touch-icon" href="/images/icon.png" sizes="512x512" />
|
|
<link rel="mask-icon" href="/mutiny_logo_mask.svg" color="#000" />
|
|
</head>
|
|
<body>
|
|
<!---->
|
|
<script type="module" async src="./src/entry-client.tsx"></script>
|
|
</body>
|
|
</html>
|