|
5 | 5 | <title>AOS Playground</title>
|
6 | 6 | <meta
|
7 | 7 | name="description"
|
8 |
| - content=" |
9 |
| - AOS Playground is a simple web interface for AO Operation System. It allows you to create, edit and run Lua scripts in a visual way. |
10 |
| - " |
| 8 | + content="Welcome to the AOS Web Playground! Web Interface for 'ao' Permaweb Computer Grid 🐰 🕳️ 👈" |
11 | 9 | />
|
12 | 10 | <meta name="theme-color" content="#ffffff" />
|
13 | 11 |
|
14 | 12 | <meta property="og:title" content="AOS Playground" />
|
15 | 13 | <meta
|
16 | 14 | property="og:description"
|
17 |
| - content="AOS Playground is a simple web interface for AO Operation System. It allows you to create, edit and run Lua scripts in a visual way." |
| 15 | + content="Welcome to the AOS Web Playground! Web Interface for 'ao' Permaweb Computer Grid 🐰 🕳️ 👈" |
18 | 16 | />
|
19 | 17 | <meta
|
20 | 18 | property="og:image"
|
|
23 | 21 | <meta property="og:image:width" content="1200" />
|
24 | 22 | <meta property="og:image:height" content="630" />
|
25 | 23 | <meta property="og:image:alt" content="AOS Playground" />
|
26 |
| - <meta property="og:url" content="https://ao-playground.vercel.app" /> |
| 24 | + <meta property="og:url" content="https://aos_playground.ar-io.dev" /> |
27 | 25 | <meta property="og:type" content="website" />
|
28 | 26 | <meta property="og:site_name" content="AOS Playground" />
|
29 | 27 | <meta property="og:locale" content="en_US" />
|
|
33 | 31 | <meta name="twitter:title" content="AOS Playground" />
|
34 | 32 | <meta
|
35 | 33 | name="twitter:description"
|
36 |
| - content="AOS Playground is a simple web interface for AO Operation System. It allows you to create, edit and run Lua scripts in a visual way." |
| 34 | + content="Welcome to the AOS Web Playground! Web Interface for 'ao' Permaweb Computer Grid 🐰 🕳️ 👈" |
37 | 35 | />
|
38 | 36 | <meta
|
39 | 37 | name="twitter:image"
|
|
42 | 40 | <meta name="twitter:image:alt" content="AOS Playground" />
|
43 | 41 |
|
44 | 42 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
45 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
46 |
| - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
47 |
| - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| 43 | + <link |
| 44 | + rel="apple-touch-icon" |
| 45 | + sizes="180x180" |
| 46 | + href="public/apple-touch-icon.png" |
| 47 | + /> |
| 48 | + <link |
| 49 | + rel="icon" |
| 50 | + type="image/png" |
| 51 | + sizes="32x32" |
| 52 | + href="public/favicon-32x32.png" |
| 53 | + /> |
| 54 | + <link |
| 55 | + rel="icon" |
| 56 | + type="image/png" |
| 57 | + sizes="16x16" |
| 58 | + href="public/favicon-16x16.png" |
| 59 | + /> |
48 | 60 |
|
49 |
| - <link rel="manifest" href="/site.webmanifest" /> |
| 61 | + <link rel="manifest" href="public/site.webmanifest" /> |
50 | 62 | </head>
|
51 | 63 | <body>
|
52 | 64 | <div id="root" class="font-geist"></div>
|
|
0 commit comments