-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (63 loc) Β· 2.17 KB
/
index.html
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
66
67
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>AOS Playground</title>
<meta
name="description"
content="Welcome to the AOS Web Playground! Web Interface for 'ao' Permaweb Computer Grid π° π³οΈ π"
/>
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="AOS Playground" />
<meta
property="og:description"
content="Welcome to the AOS Web Playground! Web Interface for 'ao' Permaweb Computer Grid π° π³οΈ π"
/>
<meta
property="og:image"
content="https://devnet.irys.xyz/Wok5K4xxu3BDV69_bniqS0yKOP5faFJP6I2l45LLwZE"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="AOS Playground" />
<meta property="og:url" content="https://aos_playground.ar-io.dev" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="AOS Playground" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@Envoy_1084" />
<meta name="twitter:title" content="AOS Playground" />
<meta
name="twitter:description"
content="Welcome to the AOS Web Playground! Web Interface for 'ao' Permaweb Computer Grid π° π³οΈ π"
/>
<meta
name="twitter:image"
content="https://devnet.irys.xyz/Wok5K4xxu3BDV69_bniqS0yKOP5faFJP6I2l45LLwZE"
/>
<meta name="twitter:image:alt" content="AOS Playground" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="public/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="public/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="public/favicon-16x16.png"
/>
<link rel="manifest" href="public/site.webmanifest" />
</head>
<body>
<div id="root" class="font-geist"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>