forked from webspace-sdk/webspace-sdk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_.html
31 lines (30 loc) · 1.48 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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Metaspace Home</title>
<meta property="og:site_name" content="Metaspace" />
<meta property="og:title" content="Metaspace" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tonmetaspace.org/" />
<meta property="og:image" content="/assets/og-image.png" />
<meta property="og:description" content="Metaspace lets you create multiplayer, collaborative 3D worlds built in plain HTML." />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@tonmetaspace" />
<meta property="twitter:title" content="Metaspace" />
<meta property="twitter:description" content="TON Metaspace lets you create multiplayer, collaborative 3D worlds built in plain HTML." />
<meta property="twitter:image" content="/assets/og-image.png" />
<link rel="icon" type="image/png" href="/assets/favicon.png" />
<link rel="apple-touch-icon" href="/assets/favicon.png" />
<link rel="shortcut icon" href="/assets/favicon.png" />
<meta http-equiv="refresh" content="0;url=introduction.html" />
</head>
<body style="display: none">
<nav>
<ul>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="basic-controls.html">Basic Controls</a></li>
<li><a href="media-support.html">Media Support</a></li>
<li><a href="metaspace.html">metaspace</a></li>
</ul>
</nav>
</body>
</html>