orbit/dev/video-replay.html

21 lines
686 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../" />
<title>Orbit — video replay regression (dev)</title>
<style>
html, body { margin: 0; height: 100%; background: #04060d; overflow: hidden; }
#game { position: absolute; right: 10px; bottom: 10px; }
</style>
<script src="lib/phaser.min.js"></script>
</head>
<body>
<div id="game"></div>
<script type="module" src="dev/video-replay.mjs"></script>
<!-- Holds the `load` event (when --screenshot fires) until the test
sequences have all run and the report has painted. -->
<script defer src="/sleep?ms=11000"></script>
</body>
</html>