3d-site/index.html

34 lines
1.7 KiB
HTML
Raw Normal View History

2025-12-25 16:19:00 +00:00
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Webspaces Home</title>
<meta property="og:site_name" content="Webspaces" />
<meta property="og:title" content="Webspaces" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webspaces.space/" />
<meta property="og:image" content="/assets/og-image.png" />
<meta property="og:description" content="Webspaces lets you create multiplayer, collaborative 3D worlds built in plain HTML." />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@web_spaces" />
<meta property="twitter:title" content="Webspaces" />
<meta property="twitter:description" content="Webspaces 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="manipulating-objects.html">Manipulating Objects</a></li>
<li><a href="imported-image-example.html">Imported Image Example</a></li>
<li><a href="the-alien-hospital.html">the alien hospital</a></li>
<li><a href="hello-world.html">Hello World</a></li>
</ul>
</nav>
</body>
</html>