-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.11 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.11 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
<!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" />
<!-- 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" />
<!-- Primary Meta Tags -->
<title>Allways</title>
<meta name="title" content="Allways — Universal transaction layer" />
<meta name="description" content="Trustless peer to peer transactions on Bittensor Subnet 7." />
<meta property="og:image" content="/hero/allways-2.png" />
<link rel="preload" as="image" href="/hero/allways-1.png" />
</head>
<body style="margin: 0">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>