undo3d
Version:
Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.
68 lines (60 loc) • 2.56 kB
HTML
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>Undo3D</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no,
maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="support/asset/icon/favicon.ico">
<!-- FONT CSS (load fonts as soon as possible) -->
<style>
@font-face { font-family: 'Ubuntu Condensed';
font-weight: 400; font-style: normal;
src: local('Ubuntu Regular'), local('UbuntuCondensed-Regular')
, url(support/asset/font/ubuntucondensed-regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6
, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193
, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<style>
body { margin:0 auto; max-width:300px; }
body { background:#000; color:#fff; text-align:center; }
body { font:18px/26px "Ubuntu Condensed", "Ubuntu", Arial, sans-serif; }
*::selection { background:#339; color:#fff; }
h1, h2, h3, h4, h5, h6, p { font-weight:normal; }
h1 { margin-top: -1em; }
h2 { margin-top: -0.4em; color:#5599F8; }
a { outline:none; }
a, a:visited { color:#0cf; transition:color 0.5s; }
a:hover { color:#3c0; }
img { display:inline-block; width:256px; height:256px; margin-top:1em; }
@media (min-width:550px) {
img { margin-top:-2em; width:512px; height:512px; }
body { max-width:512px; font-size:28px; line-height:40px; }
h2 { margin-top: -0.4em; }
}
</style>
</head>
<body>
<img src="support/asset/icon/undo3d-icon-v5-512px.jpg" alt="Undo3D Logo">
<h1>Undo3D</h1>
<h2>An open source HTML5 toolkit</h2>
<p>Undo3D helps you build free-roaming 3D web apps where thousands of users can
collaborate creatively in real time.</p>
<p>Expect the first public beta mid-2019, and the first production release
mid-2020. </p>
<nav>
<a href="#@TODO">Usage Examples</a>
<a href="./test/index.html">Tests</a>
<a href="#@TODO">Docs</a>
<br style="margin-bottom:10px;">
<a href="https://twitter.com/Undo3D">@Undo3D</a>
<a href="https://undo3d.com/">undo3d.com</a>
<a href="https://gitlab.com/Undo3D/undo3d">Repo</a>
</nav>
<br><br>
</body>
</html>