jsx
Version:
a faster, safer, easier JavaScript
26 lines (24 loc) • 811 B
HTML
<html>
<!-- originated from http://jsdo.it/sasaplus1/yREo -->
<head>
<title>Curvature Sakura</title>
<meta name="viewport" content="width=device-width,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="robots" content="noindex,nofollow" />
<style>
body {
background-color: #111111;
margin: 0;
}
</style>
<script src="../../build/jsx-script-loader.jsx.js"></script>
<script type="application/jsx" src="sakura.jsx" data-optimization-level="1" data-arguments="[]"></script>
</head>
<body>
<div>
<canvas id="world">This page uses <canvas> elements.</canvas>
</div>
</body>
</html>