-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
43 lines (38 loc) · 2.57 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- HTML Meta Tags -->
<title>ONOSENDAI オノセンダイ Cyberspace client</title>
<meta name="description" content="ONOSENDAI is the first cyberspace client. Cyberspace is a consequential metaverse built on decentralized protocols that functions as an extension of reality through proof-of-work.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://onosendai.tech">
<meta property="og:type" content="website">
<meta property="og:title" content="ONOSENDAI オノセンダイ Cyberspace client">
<meta property="og:description" content="ONOSENDAI is the first cyberspace client. Cyberspace is a consequential metaverse built on decentralized protocols that functions as an extension of reality through proof-of-work.">
<meta property="og:image" content="https://user-images.githubusercontent.com/99223753/223734919-ee5fc4d0-ee89-409c-a7c8-1848310bb92d.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="onosendai.tech">
<meta property="twitter:url" content="https://onosendai.tech">
<meta name="twitter:title" content="ONOSENDAI オノセンダイ Cyberspace client">
<meta name="twitter:description" content="ONOSENDAI is the first cyberspace client. Cyberspace is a consequential metaverse built on decentralized protocols that functions as an extension of reality through proof-of-work.">
<meta name="twitter:image" content="https://user-images.githubusercontent.com/99223753/223734919-ee5fc4d0-ee89-409c-a7c8-1848310bb92d.png">
<!-- Meta Tags Generated via https://opengraph.dev -->
<!-- realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=1">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=1">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=1">
<link rel="manifest" href="/site.webmanifest?v=1">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=1" color="#000000">
<link rel="shortcut icon" href="/favicon.ico?v=1">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
</head>
<body style="background-color: black;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>