2025-02-15 19:21:00 +01:00
<!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" / >
2025-02-16 00:08:42 +01:00
< title > Breakout 71< / title >
2025-02-27 23:04:42 +01:00
< meta name = "description" content = "A breakout game with roguelite mechanics. Break bricks, catch coins, pick upgrades, repeat. Play for free on mobile and desktop." >
2025-03-05 16:21:34 +01:00
< link rel = "stylesheet" href = "style.css?v=29019801" / >
2025-02-15 19:21:00 +01:00
< link rel = "icon" href = "./icon.svg" / >
< / head >
< body >
< button id = "menu" > ☰< span > menu< / span > < / button >
< button id = "score" > < / button >
< canvas id = "game" > < / canvas >
2025-03-05 16:21:34 +01:00
< script > window . appVersion = "?v=29019801" . slice ( 3 ) < / script >
< script src = "palette.js?v=29019801" > < / script >
< script src = "levels.js?v=29019801" > < / script >
< script src = "game.js?v=29019801" > < / script >
2025-02-25 14:36:07 +01:00
2025-02-15 19:21:00 +01:00
< / body >
< / html >