огромная обнова

This commit is contained in:
catmpeg 2025-03-09 17:13:02 +03:00
commit b32cd469a3
13 changed files with 11737 additions and 22 deletions

34
games/minecraft.html Normal file
View file

@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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</title>
<link rel="icon" href="../favicon.jpg">
<link rel="stylesheet" href="../styles.css">
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
<style>
body {
font-family: 'Ubuntu';font-size: 16px;
}
</style>
</head>
<header>
<div id="id_clock">00:00:00</div>
</header>
<br>
<br>
<br>
<main class="minecraft">
<script>digitalClock();</script>
<h1>Minecraft</h1>
<h1><a href="../games.html">Обратно в игры</a></h1>
<br>
<iframe width="100%" height="1000" src="//eaglercraft.com/mc/1.8.8/" frameborder="0"></iframe>
<br>
<br>
<script src="../js/ruffle.js"></script>
<script src="../script.js"></script>
</main>
</html>