Skip to content

Commit 4608702

Browse files
committed
фикс страниц с играми (не работал фон)
1 parent 858c865 commit 4608702

File tree

8 files changed

+87
-83
lines changed

8 files changed

+87
-83
lines changed

chat.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<div id="terminal">
1313
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
1414
</div>
15-
<div id="content">
1615
<header>
1716
<div id="id_clock">00:00:00</div>
1817
</header>
@@ -26,7 +25,6 @@ <h1>Чат</h1>
2625
<br>
2726
<iframe width="200" height="400" src="//semka.w10.site/cgi-bin/chat"></iframe>
2827
</main>
29-
</div>
30-
<script src="/script.js"></script>
28+
<script src="script.js"></script>
3129
</body>
3230
</html>

games.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<div id="terminal">
1313
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
1414
</div>
15-
<div id="content">
1615
<header>
1716
<div id="id_clock">00:00:00</div>
1817
</header>
@@ -31,7 +30,6 @@ <h2>Minecraft</h2>
3130
<h2>Friday Night Funkin</h2>
3231
<a href="/games/fnf.html">Играть</a>
3332
</main>
34-
</div>
3533
<script src="script.js"></script>
3634
</body>
3735
</html>

games/doom2d.html

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
<!DOCTYPE html>
22
<html lang="ru">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Личная страница semkapc">
7-
<title>semkapc Page</title>
8-
<link rel="icon" href="../images/favicon.jpg">
9-
<link rel="stylesheet" href="../styles.css">
10-
</head>
11-
<header>
12-
<div id="id_clock">00:00:00</div>
13-
</header>
14-
<br>
15-
<br>
16-
<br>
17-
<main>
18-
<script>digitalClock();</script>
19-
<h1>Doom 2D</h1>
20-
<h1><a href="../games.html">Обратно в игры</a></h1>
21-
<br>
22-
<embed src="flash-doom-2d.swf" type="application/x-shockwave-flash">
23-
<br>
24-
<br>
25-
<script src="../ruffle/ruffle.js"></script>
26-
<script src="../script.js"></script>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Личная страница semkapc">
7+
<title>semkapc Page</title>
8+
<link rel="icon" href="../images/favicon.jpg">
9+
<link rel="stylesheet" href="../styles.css">
10+
</head>
11+
<body>
12+
<div id="terminal">
13+
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
14+
</div>
15+
<header>
16+
<div id="id_clock">00:00:00</div>
17+
</header>
18+
<br>
19+
<br>
20+
<br>
21+
<main>
22+
<h1>Doom 2D</h1>
23+
<h1><a href="../games.html">Обратно в игры</a></h1>
24+
<br>
25+
<embed src="flash-doom-2d.swf" type="application/x-shockwave-flash">
26+
<br>
27+
<br>
28+
<script src="../ruffle/ruffle.js"></script>
29+
<script src="../script.js"></script>
2730
</main>
2831
</html>

games/fnf.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="ru">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Личная страница semkapc">
7-
<title>semkapc Page</title>
8-
<link rel="icon" href="../images/favicon.jpg">
9-
<link rel="stylesheet" href="../styles.css">
10-
</head>
11-
<header>
12-
<div id="id_clock">00:00:00</div>
13-
</header>
14-
<br>
15-
<br>
16-
<br>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Личная страница semkapc">
7+
<title>semkapc Page</title>
8+
<link rel="icon" href="../images/favicon.jpg">
9+
<link rel="stylesheet" href="../styles.css">
10+
</head>
11+
<body>
12+
<div id="terminal">
13+
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
14+
</div>
15+
<header>
16+
<div id="id_clock">00:00:00</div>
17+
</header>
18+
<br>
19+
<br>
20+
<br>
1721
<main class="fnf">
18-
<script>digitalClock();</script>
1922
<h1>Friday Night Funkin</h1>
2023
<h1><a href="../games.html">Обратно в игры</a></h1>
2124
<br>

games/minecraft.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="ru">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Личная страница semkapc">
7-
<title>semkapc Page</title>
8-
<link rel="icon" href="../images/favicon.jpg">
9-
<link rel="stylesheet" href="../styles.css">
10-
</head>
11-
<header>
12-
<div id="id_clock">00:00:00</div>
13-
</header>
14-
<br>
15-
<br>
16-
<br>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Личная страница semkapc">
7+
<title>semkapc Page</title>
8+
<link rel="icon" href="../images/favicon.jpg">
9+
<link rel="stylesheet" href="../styles.css">
10+
</head>
11+
<body>
12+
<div id="terminal">
13+
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
14+
</div>
15+
<header>
16+
<div id="id_clock">00:00:00</div>
17+
</header>
18+
<br>
19+
<br>
20+
<br>
1721
<main class="minecraft">
18-
<script>digitalClock();</script>
1922
<h1>Minecraft</h1>
2023
<h1><a href="../games.html">Обратно в игры</a></h1>
2124
<br>

games/tetris.html

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
<!DOCTYPE html>
22
<html lang="ru">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Личная страница semkapc">
7-
<title>semkapc Page</title>
8-
<link rel="icon" href="../images/favicon.jpg">
9-
<link rel="stylesheet" href="../styles.css">
10-
</head>
11-
<header>
12-
<div id="id_clock">00:00:00</div>
13-
</header>
14-
<br>
15-
<br>
16-
<br>
17-
<main>
18-
<script>digitalClock();</script>
19-
<h1>Tetris</h1>
20-
<h1><a href="../games.html">Обратно в игры</a></h1>
21-
<br>
22-
<embed src="tetris.swf" type="application/x-shockwave-flash">
23-
<br>
24-
<br>
25-
<script src="../ruffle/ruffle.js"></script>
26-
<script src="../script.js"></script>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Личная страница semkapc">
7+
<title>semkapc Page</title>
8+
<link rel="icon" href="../images/favicon.jpg">
9+
<link rel="stylesheet" href="../styles.css">
10+
</head>
11+
<body>
12+
<div id="terminal">
13+
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
14+
</div>
15+
<header>
16+
<div id="id_clock">00:00:00</div>
17+
</header>
18+
<br>
19+
<br>
20+
<br>
21+
<main>
22+
<h1>Tetris</h1>
23+
<h1><a href="../games.html">Обратно в игры</a></h1>
24+
<br>
25+
<embed src="tetris.swf" type="application/x-shockwave-flash">
26+
<br>
27+
<br>
28+
<script src="../ruffle/ruffle.js"></script>
29+
<script src="../script.js"></script>
2730
</main>
2831
</html>

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<div id="terminal">
1313
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
1414
</div>
15-
<div id="content">
1615
<header>
1716
<div id="id_clock">00:00:00</div>
1817
</header>
@@ -45,7 +44,6 @@ <h2>Мои контакты:</h2>
4544
<a href="//kernel.org/"><img src="images/linuxnow.gif" alt="Linux"></a><br>
4645
</footer>
4746
</main>
48-
</div>
4947
<script src="script.js"></script>
5048
</body>
5149
</html>

soft.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<div id="terminal">
1313
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
1414
</div>
15-
<div id="content">
1615
<header>
1716
<div id="id_clock">00:00:00</div>
1817
</header>
@@ -105,7 +104,6 @@ <h2>balenaEtcher 2.1.0</h2>
105104
<h2>AnyDesk 6.4.2</h2>
106105
<a href="https://download.anydesk.com/linux/anydesk-6.4.2-amd64.tar.gz">Скачать</a>
107106
</main>
108-
</div>
109107
<script src="script.js"></script>
110108
</body>
111109
</html>

0 commit comments

Comments
 (0)