three.quarks-editor
Version:
A Editor for three.quarks
22 lines (21 loc) • 896 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Three.quarks Particle System Editor</title>
<meta name="description" content="A WebGL WYSIWYG Particle System for Creators.">
<meta name="og:title" property="og:title" content="Three.quarks Particle System Editor">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>