бальшой апдате

This commit is contained in:
catmpeg 2025-05-16 19:58:48 +03:00
commit 4f79f223e8
26 changed files with 295 additions and 469 deletions

23
games/tetris/index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Tetris</title>
<link rel="icon" href="../../images/favicon.jpg">
<link rel="stylesheet" href="../../styles.css">
</head>
<body>
<br>
<main>
<h1>Tetris</h1>
<h2><a href="/games">Обратно в игры</a></h2>
<br>
<embed src="../swfs/tetris.swf" type="application/x-shockwave-flash">
<br>
<br>
</main>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</body>
</html>