-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 2.16 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="/manifest.json">
<!-- Google Search -->
<meta name="google-site-verification" content="d_5aizbppI7vXFrfNDlfXotnj0l1r3u7jQsVyMUMNPA" />
<!-- End Google Search -->
<!-- Graph Tags -->
<meta property="og:url" content="https://lightningdecoder.com" />
<meta property="og:site_name" content="Lightning Decoder" />
<meta property="og:title" content="Decode Lightning Network Requests - BOLT11, LNURL, and Lightning Address" />
<meta property="og:type" content="text" />
<meta property="og:image" content="https://i.imgur.com/92TblqG.png" />
<meta property="og:determiner" content="auto" />
<meta property="og:description" content="Lightning Decoder is a tool for decoding Lightning Network request codes - BOLT11s, LNURL codes, and Lightning Addresses are supported." />
<!-- End Graph Tags -->
<!-- Twitter Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@andreneves">
<meta name="twitter:creator" content="@andreneves">
<meta name="twitter:title" content="Decode Lightning Network Requests - BOLT11, LNURL, and Lightning Address">
<meta name="twitter:description" content="Lightning Decoder is a tool for decoding Lightning Network request codes - BOLT11s, LNURL codes, and Lightning Addresses are supported.">
<meta name="twitter:image" content="https://i.imgur.com/92TblqG.png">
<!-- End Twitter Tags -->
<!-- Plausible -->
<script async defer data-domain="lightningdecoder.com" src="https://plausible.io/js/plausible.js"></script>
<title>
Lightning Decoder - Decode Lightning Network Requests (BOLT11, LNURL, and Lightning Address)
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>