|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="description" content="An open-source VR social platform." /> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta |
8 | | - name="twitter:description" |
9 | | - content="An open-source VR social platform." |
10 | | - /> |
11 | | - <meta |
12 | | - name="twitter:image" |
13 | | - content="https://unavi.xyz/public/images/logo.png" |
14 | | - /> |
15 | | - <meta name="twitter:title" content="UNAVI" /> |
16 | | - <meta property="twitter:domain" content="unavi.xyz" /> |
17 | | - <meta property="twitter:url" content="https://unavi.xyz/" /> |
18 | | - <meta |
19 | | - property="og:description" |
20 | | - content="An open-source VR social platform." |
21 | | - /> |
22 | | - <meta |
23 | | - property="og:image" |
24 | | - content="https://unavi.xyz/public/images/logo.png" |
25 | | - /> |
26 | | - <meta property="og:title" content="UNAVI" /> |
27 | | - <meta property="og:type" content="website" /> |
28 | | - <meta property="og:url" content="https://unavi.xyz/" /> |
29 | | - <title>UNAVI</title> |
30 | | - <link rel="icon" href="public/images/favicon.svg" type="image/svg+xml" /> |
31 | | - <link rel="stylesheet" href="public/css/index.css" /> |
32 | | - </head> |
33 | | - <body> |
34 | | - <div class="content"> |
35 | | - <h1>UNAVI</h1> |
36 | | - <nav> |
37 | | - <a href="https://github.com/unavi-xyz/unavi">[github]</a> |
38 | | - </nav> |
39 | | - </div> |
40 | | - </body> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta name="description" content="An open-source VR social platform." /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 8 | + <meta name="twitter:description" content="An open-source VR social platform." /> |
| 9 | + <meta name="twitter:image" content="https://unavi.xyz/public/images/logo.png" /> |
| 10 | + <meta name="twitter:title" content="UNAVI" /> |
| 11 | + <meta property="twitter:domain" content="unavi.xyz" /> |
| 12 | + <meta property="twitter:url" content="https://unavi.xyz/" /> |
| 13 | + <meta property="og:description" content="An open-source VR social platform." /> |
| 14 | + <meta property="og:image" content="https://unavi.xyz/public/images/logo.png" /> |
| 15 | + <meta property="og:title" content="UNAVI" /> |
| 16 | + <meta property="og:type" content="website" /> |
| 17 | + <meta property="og:url" content="https://unavi.xyz/" /> |
| 18 | + <title>UNAVI</title> |
| 19 | + <link rel="icon" href="public/images/favicon.svg" type="image/svg+xml" /> |
| 20 | + <link rel="stylesheet" href="public/css/index.css" /> |
| 21 | +</head> |
| 22 | + |
| 23 | +<body> |
| 24 | + <div class="content"> |
| 25 | + <h1>UNAVI</h1> |
| 26 | + <nav> |
| 27 | + <a href="https://github.com/unavi-xyz/unavi/blob/main/docs/vision.md">[about]</a> |
| 28 | + <a href="https://github.com/unavi-xyz/unavi">[github]</a> |
| 29 | + </nav> |
| 30 | + </div> |
| 31 | +</body> |
| 32 | + |
41 | 33 | </html> |
0 commit comments