27 lines
717 B
HTML
27 lines
717 B
HTML
<!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> |