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

26
page5.html Normal file
View 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>