mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 06:26:16 -04:00
25 lines
741 B
HTML
25 lines
741 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
|
/>
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title>Breakout 71</title>
|
|
<link rel="stylesheet" href="style.css?v=29010003" />
|
|
<link rel="icon" href="./icon.svg" />
|
|
</head>
|
|
<body>
|
|
<button id="menu">☰<span> menu</span></button>
|
|
<button id="score"></button>
|
|
<canvas id="game"></canvas>
|
|
<script>window.appVersion="?v=29010003".slice(3)</script>
|
|
<script src="gif.js"></script>
|
|
<script src="levels.js?v=29010003"></script>
|
|
<script src="game.js?v=29010003"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|