start
This commit is contained in:
27
page3.html
Normal file
27
page3.html
Normal 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>
|
||||
Reference in New Issue
Block a user