diff options
author | Cirakg <cirakg@cirakg.xyz> | 2025-04-13 04:04:21 +0200 |
---|---|---|
committer | Cirakg <cirakg@cirakg.xyz> | 2025-04-13 04:04:21 +0200 |
commit | 3d935b21b6d35a77661859093e17f5d16f8989cb (patch) | |
tree | b69b7e728900ca050db4434321172098710152c5 /tetris.html |
Initial commit.
Diffstat (limited to 'tetris.html')
-rw-r--r-- | tetris.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tetris.html b/tetris.html new file mode 100644 index 0000000..51ce3ba --- /dev/null +++ b/tetris.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en" data-theme="dark"> + <head> + <meta charset="UTF-8"> + <meta name="description" content="Tetris , Code , Programming , Anime , Free Software , Guide , Linux"> + <title>cirakg</title> + <link rel="stylesheet" href="./pico.min.css"> + </head> + <body> + <main class="container"> + <h1>Just play agains bots until you get better. <br> + Humans are too weak.<br> + テトリスできない。 + ( ͡° ͜ʖ ͡°) </h1> + </main> + </body> +</html> + |