mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
ура инглиш версия
This commit is contained in:
parent
10078b6d20
commit
3835aba70d
18 changed files with 305 additions and 20 deletions
23
eng/games/angrybirds/index.html
Normal file
23
eng/games/angrybirds/index.html
Normal 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 - Angry Birds</title>
|
||||
<link rel="icon" href="/images/favicon.jpg">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<main>
|
||||
<h1>Angry Birds</h1>
|
||||
<h2><a href="/eng/games">Back to games</a></h2>
|
||||
<br>
|
||||
<embed src="/games/swfs/angry-birds-6730.swf" type="application/x-shockwave-flash" width="740" height="480">
|
||||
<br>
|
||||
<br>
|
||||
</main>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</body>
|
||||
</html>
|
||||
23
eng/games/bubbleshooter/index.html
Normal file
23
eng/games/bubbleshooter/index.html
Normal 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 - Bubble Shooter</title>
|
||||
<link rel="icon" href="/images/favicon.jpg">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<main>
|
||||
<h1>Bubble Shooter</h1>
|
||||
<h2><a href="/eng/games">Back to games</a></h2>
|
||||
<br>
|
||||
<embed src="/games/swfs/bubble-shooter.swf" type="application/x-shockwave-flash">
|
||||
<br>
|
||||
<br>
|
||||
</main>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</body>
|
||||
</html>
|
||||
22
eng/games/doom2/index.html
Normal file
22
eng/games/doom2/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!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 - Doom 2D</title>
|
||||
<link rel="icon" href="/images/favicon.jpg">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<main>
|
||||
<h1>Doom 2 (Through DOS Zone)</h1>
|
||||
<h2><a href="/eng/games">Back to games</a></h2>
|
||||
<br>
|
||||
<iframe width="100%" height="600" src="//dos.zone/doom-ii-oct-10-1994/" frameborder="0"></iframe>
|
||||
<br>
|
||||
<br>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
37
eng/games/index.html
Normal file
37
eng/games/index.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!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 - Games</title>
|
||||
<link rel="icon" href="../..//images/favicon.jpg">
|
||||
<link rel="stylesheet" href="../..//styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<main>
|
||||
<h1>Games</h1>
|
||||
|
||||
<h2><a href="/eng/">Back to home page</a></h2>
|
||||
|
||||
<h2>Doom 2 (Through DOS Zone)</h2>
|
||||
<h3><a href="doom2/">Play</a></h3>
|
||||
|
||||
<h2>Tetris</h2>
|
||||
<h3><a href="tetris/">Play</a></h3>
|
||||
|
||||
<h2>Bubble Shooter</h2>
|
||||
<h3><a href="bubbleshooter/">Play</a></h3>
|
||||
|
||||
<h2>Red Ball 4: Volume 1</h2>
|
||||
<h3><a href="redball4/">Play</a></h3>
|
||||
|
||||
<h2>Angry Birds</h2>
|
||||
<h3><a href="angrybirds/">Play</a></h3>
|
||||
|
||||
<br>
|
||||
<h2>If you are on the phone, then turn on the PC version</h2>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
23
eng/games/redball4/index.html
Normal file
23
eng/games/redball4/index.html
Normal 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 - Red Ball 4: Volume 1</title>
|
||||
<link rel="icon" href="/images/favicon.jpg">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<main>
|
||||
<h1>Red Ball 4: Volume 1</h1>
|
||||
<h2><a href="/eng/games">Back to games</a></h2>
|
||||
<br>
|
||||
<embed src="/games/swfs/redball4vol1.swf" type="application/x-shockwave-flash" width="640" height="480">
|
||||
<br>
|
||||
<br>
|
||||
</main>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</body>
|
||||
</html>
|
||||
23
eng/games/tetris/index.html
Normal file
23
eng/games/tetris/index.html
Normal 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="/eng/games">Back to games</a></h2>
|
||||
<br>
|
||||
<embed src="/games/swfs/tetris.swf" type="application/x-shockwave-flash">
|
||||
<br>
|
||||
<br>
|
||||
</main>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue