mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-14 12:20:02 -04:00
27 lines
No EOL
460 B
HTML
27 lines
No EOL
460 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<style>
|
|
html, body {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background: black;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
canvas {
|
|
border: 1px solid white;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<canvas width="320" height="640" id="game"></canvas>
|
|
<script src="https://cdn.jsdelivr.net/gh/BinBashBanana/gstore/html5games/tetris/tetris.js"></script>
|
|
</body>
|
|
</html> |