Files
mutiny-web/index.html
Paul Miller 8d39191921 init
2023-01-30 14:46:24 -06:00

22 lines
732 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0 height=device-height viewport-fit=cover user-scalable=no"
/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="Lightning wallet for the web" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/180.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#000" />
<title>Mutiny Wallet</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>