/
streamlive
/
streamlive-ex
Обзор
Документация
Войти
/
streamlive
/
streamlive-ex
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
options.html
9 строк
599 B
TwixoffStudio
Create: options.js, splash.html, splash.js, unavailable.html, icon-128.png, icon-16.png, icon-32.png, icon-48.png, background.js, content.js, manifest.json, options.html
06 авг 2026, 17:12
Верифицирован
06 авг 2026, 17:12
954e675
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="ru"><head><meta charset="utf-8"><title>StreamLive</title> <style>body{font-family:system-ui;margin:16px;background:#111;color:#eee}input{width:100%;padding:8px;border-radius:8px;border:1px solid #333;background:#1a1a1a;color:#fff;box-sizing:border-box}button{margin-top:10px;padding:8px 14px;border:0;border-radius:8px;background:#e50914;color:#fff;font-weight:700}</style> </head><body> <label>Адрес платформы</label> <input id="url" type="url"> <button type="button" id="save">Сохранить</button> <script src="options.js"></script> </body></html>