-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 904 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How to Multisig</title>
<meta name="description" content="How to securely setup, verify, and use a multisig" />
<meta property="og:title" content="How to Multisig" />
<meta property="og:description" content="How to securely setup, verify, and use a multisig" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://howtomultisig.com/opengraph-multisig.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fredrik0x" />
<meta name="twitter:image" content="https://howtomultisig.com/opengraph-multisig.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>