mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
23 lines
No EOL
767 B
HTML
23 lines
No EOL
767 B
HTML
<!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="/games">Обратно в игры</a></h2>
|
|
<br>
|
|
<embed src="../swfs/bubble-shooter.swf" type="application/x-shockwave-flash">
|
|
<br>
|
|
<br>
|
|
</main>
|
|
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
</body>
|
|
</html> |