38 lines
919 B
HTML
38 lines
919 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;
|
|
border: 3px solid #00f0ff;
|
|
padding: 20px;
|
|
}
|
|
h1 {
|
|
font-family: 'Arial Black';
|
|
color: #00f0ff;
|
|
text-shadow: 0 0 5px #00f0ff;
|
|
}
|
|
.stream {
|
|
margin: 20px 0;
|
|
padding: 10px;
|
|
border-left: 3px solid #ff00ff;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>STREAMCORE</h1>
|
|
<div class="stream">
|
|
<h2>► КИБЕРСПОРТ: CS2</h2>
|
|
<p>Стример: NE0N_DE4TH</p>
|
|
</div>
|
|
<div class="stream">
|
|
<h2>► МУЗЫКА: SYNTHWAVE 24/7</h2>
|
|
<p>Стример: DJ_VIRTUAL</p>
|
|
</div>
|
|
</body>
|
|
</html> |