Files
StreamCore_IP/page2.html
2025-05-21 12:41:46 +04:00

37 lines
833 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;
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>