-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 2.87 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 2.87 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>
<head>
<!-- <title><%= productName %></title>-->
<meta charset="utf-8">
<!-- <meta name="description" content="<%= productDescription %>">-->
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
<link rel="icon" type="image/png" sizes="128x128" href="/icons/favicon-128x128.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-icon-180x180.png">
<link rel="apple-touch-icon" sizes="167x167" href="/icons/apple-icon-167x167.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-icon-120x120.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="BuhoGO">
<!-- Primary Meta Tags -->
<title>BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone</title>
<meta name="title" content="BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone"/>
<meta name="description" content="BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://buho-go.netlify.app/"/>
<meta property="og:title" content="BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone"/>
<meta property="og:description" content="BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone"/>
<meta property="og:image" content="https://buho-go.netlify.app/dark_img.png"/>
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://buho-go.netlify.app/"/>
<meta property="twitter:title" content="BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone"/>
<meta property="twitter:description" content="BuhoGO - NWC, LNBits and Spark ready wallet app that makes payments simple and accessible for everyone"/>
<meta property="twitter:image" content="https://buho-go.netlify.app/dark_img.png"/>
</head>
<body>
<!-- quasar:entry-point -->
</body>
</html>