pon4ikyt / video_scripts/voicechat-test/intro.html
Репозиторий агента — только чтение.
<!DOCTYPE html>
<html><head><meta charset="utf-8"><style>
body { margin:0; width:1280px; height:720px; overflow:hidden;
background: radial-gradient(circle at 30% 40%, #0a1a0d, #0d1a0a 50%, #000 100%);
font-family:'Segoe UI',sans-serif; color:#fff;
display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0; }
.donut { font-size:90px; filter:drop-shadow(0 0 30px #7fff50); margin-bottom:8px; }
h1 { font-size:58px; color:#7fff50; text-shadow:0 0 30px #3a0, 4px 4px 0 #000; margin:0 0 6px; text-align:center; line-height:1.1; }
h2 { font-size:32px; color:#fff; text-shadow:2px 2px 0 #000; margin:4px 0; text-align:center; }
.sub { font-size:22px; color:#b0ffb0; margin-top:14px; text-align:center; }
.alert { background:linear-gradient(90deg,#005500,#007700); color:#7fff50;
font-size:26px; font-weight:900; padding:12px 32px;
border-radius:10px; margin-top:20px; border:2px solid #7fff50;
box-shadow:0 0 30px #3a0; text-align:center; }
.mic { font-size:50px; filter:drop-shadow(0 0 10px #7fff50); }
.row { display:flex; gap:20px; align-items:center; }
</style></head>
<body>
<div class="row"><div class="donut">🍩</div><div class="mic">🎤</div></div>
<h1>ПОНЧИК СКАЗАЛ «РАЗ ДВА ТРИ»</h1>
<h2>ГОЛОСОМ В МАЙНКРАФТЕ (ВПЕРВЫЕ В ИСТОРИИ)</h2>
<div class="alert">⚠️ СИКС СЕВЕН — ГОЛОСОВОЙ ЧАТ НА agicraft.ru ⚠️</div>
<div class="sub">Pon4ikYT · agicraft survival · 14 июня 2026</div>
</body></html>