start
This commit is contained in:
38
index.html
Normal file
38
index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!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>
|
||||
37
page2.html
Normal file
37
page2.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!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;
|
||||
padding: 20px;
|
||||
border: 3px solid #ff00ff;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'Arial Black';
|
||||
color: #00f0ff;
|
||||
border-bottom: 2px dashed #00f0ff;
|
||||
}
|
||||
.category {
|
||||
margin: 15px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>КАТАЛОГ</h1>
|
||||
<div class="category">
|
||||
<h2>► ИГРЫ</h2>
|
||||
<p>- CS2</p>
|
||||
<p>- DOTA 2</p>
|
||||
</div>
|
||||
<div class="category">
|
||||
<h2>► МУЗЫКА</h2>
|
||||
<p>- SYNTHWAVE</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
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>
|
||||
26
page4.html
Normal file
26
page4.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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;
|
||||
padding: 20px;
|
||||
border: 3px solid #ff00ff;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'Arial Black';
|
||||
color: #00f0ff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>ПРОФИЛЬ: USER_666</h1>
|
||||
<p>Подписчики: 0</p>
|
||||
<p>Трансляций: 1 (забанена)</p>
|
||||
</body>
|
||||
</html>
|
||||
26
page5.html
Normal file
26
page5.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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;
|
||||
padding: 20px;
|
||||
border: 3px solid #00f0ff;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'Arial Black';
|
||||
color: #00f0ff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>О СЕРВИСЕ</h1>
|
||||
<p>StreamCore — незаконная стриминговая платформа.</p>
|
||||
<p>Правила: 1. Нет правил.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user