This commit is contained in:
2025-05-21 12:41:46 +04:00
parent 5cd81c0031
commit 681580cd60
10 changed files with 154 additions and 0 deletions

27
page3.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Трансляция | StreamCore</title>
<style>
body {
font-family: 'Courier New';
background: #000;
color: #ff00ff;
margin: 20px;
}
.player {
width: 100%;
height: 400px;
background: #111;
border: 3px solid #00f0ff;
margin-bottom: 20px;
}
</style>
</head>
<body>
<h1 style="color:#00f0ff;font-family:'Arial Black'">► CS2: КИБЕРТУРНИР</h1>
<div class="player"></div>
<p>Чат отключён (система перегружена).</p>
</body>
</html>