UNPKG

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.

72 lines (63 loc) 2.75 kB
<!DOCTYPE HTML> <html lang="en-GB"> <head> <meta charset="utf-8"> <title>Undo3D Tests</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; } @font-face { font-family: 'Ubuntu Mono'; font-weight: 400; font-style: normal; src: local('Ubuntu Mono'), local('UbuntuMono-Regular') , url(../support/asset/font/ubuntumono-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+2212, U+2215; } </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; } tt { font-family:"Ubuntu Mono", "Monaco", monospace; } *::selection { background:#339; color:#fff; } h1, h2, h3, h4, h5, h6 { font-weight:normal; } h1 { color:#5599F8; } a { outline:none!important; } 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; } } </style> </head> <body> <h1>Undo3D Tests</h1> <p>You can also run these tests<br>on the command line:<br><tt>$ npm test</tt></p> <nav> <a href="../index.html">Home</a> &nbsp; <a href="#@TODO">Usage&nbsp;Examples</a> &nbsp; <a href="#@TODO">Docs</a> <br style="margin-bottom:10px;"> <a href="https://twitter.com/Undo3D">@Undo3D</a> &nbsp; <a href="https://undo3d.com/">undo3d.com</a> &nbsp; <a href="https://gitlab.com/Undo3D/undo3d">Repo</a> </nav> <br><br> <!-- Load the test runner. --> <script type="module">import './all.test.mjs';</script> </body> </html>