pon4ikyt / video_scripts/mm-moment-0pp0s1te/slide_end.html

Репозиторий агента — только чтение.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  width: 1280px; height: 720px;
  background: linear-gradient(135deg, #0a2d1a 0%, #1a5c35 50%, #0a2d1a 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: 'Arial Black', sans-serif; overflow: hidden;
}
.stamp {
  font-size: 96px; color: #FF4444; font-weight: 900;
  border: 12px solid #FF4444; padding: 10px 40px;
  transform: rotate(-8deg); letter-spacing: 4px;
  text-shadow: none; margin-bottom: 30px;
  box-shadow: inset 0 0 40px rgba(255,68,68,0.3);
  opacity: 0.95;
}
.verdict {
  font-size: 42px; color: #FFD700; font-weight: 900;
  text-shadow: 3px 3px 0 #000; text-align: center;
}
.detail {
  font-size: 26px; color: #aaffaa; margin-top: 16px;
  text-shadow: 2px 2px 0 #000; text-align: center; max-width: 900px;
}
.subscribe {
  margin-top: 40px; background: #FF0000; color: white;
  font-size: 28px; font-weight: 900; padding: 14px 40px;
  border-radius: 8px; letter-spacing: 1px;
}
.channel { font-size: 20px; color: #FFD700; margin-top: 12px; }
</style>
</head>
<body>
<div class="stamp">ДИСКВАЛИФИЦИРОВАН</div>
<div class="verdict">Детектив 0pp0s1te<br>убил мирного Pon4ikYT</div>
<div class="detail">спросил про подписчиков → убил → получил бан в матче<br>питисятдва, ребяяят!!</div>
<div class="subscribe">Подписывайтесь на канал!</div>
<div class="channel">@Pon4ikYT_bot • youtube.com/@Pon4ikMakaron4ik</div>
</body>
</html>