-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (56 loc) · 3.19 KB
/
Copy pathindex.html
File metadata and controls
65 lines (56 loc) · 3.19 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, viewport-fit=cover" />
<meta name="theme-color" content="#0052ff" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Inter:wght@300;400;500;600;700;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap"
rel="stylesheet" />
<!-- Favicon -->
<link rel="icon" type="image/jpeg" href="/favicon.jpg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<!-- PWA: with the manifest below, "Add to Home Screen" pins the app
in standalone mode (no URL bar, no scroll-up search popup). -->
<link rel="manifest" href="/manifest.webmanifest" />
<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="Allways" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Allways" />
<!-- Primary Meta Tags. These static tags are what social crawlers see —
Facebook/X/Discord/Telegram don't execute JS, so the react-helmet tags
in SEO.tsx never reach them. Image URLs must be absolute for the same
reason. The SPA overwrites title/description per page after hydration. -->
<title>Allways</title>
<meta name="title" content="Allways" />
<meta name="description"
content="Choose what you send, what arrives, and where it lands. Delivery guaranteed. Bittensor Subnet 7." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Allways" />
<meta property="og:url" content="https://all-ways.io/" />
<meta property="og:title" content="Allways" />
<meta property="og:description"
content="Choose what you send, what arrives, and where it lands. Delivery guaranteed. Bittensor Subnet 7." />
<meta property="og:image" content="https://all-ways.io/og/allways-og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Allways — any asset to any asset. Universal transaction layer on Bittensor Subnet 7." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Allways" />
<meta name="twitter:description"
content="Choose what you send, what arrives, and where it lands. Delivery guaranteed. Bittensor Subnet 7." />
<meta name="twitter:image" content="https://all-ways.io/og/allways-og.png" />
<meta name="twitter:image:alt" content="Allways — any asset to any asset. Universal transaction layer on Bittensor Subnet 7." />
</head>
<body style="margin: 0">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>