attention-retro-disorder/index.html

16 lines
491 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Attention Retro Disorder</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #000; display: flex; justify-content: center; align-items: center; height: 100vh; overflow: hidden; }
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.90.0/dist/phaser.min.js"></script>
<script type="module" src="src/main.js"></script>
</body>
</html>