/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
resources/resource_protocol/newtab.html
20 строк
719 B
Ashwin Naren
Light mode for newtab page (#40272)
03 ноя 2025, 21:50
Не верифицирован
03 ноя 2025, 21:50
c044c7f
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Servo - New Tab</title> <link rel="stylesheet" href="resource:///newtab.css" /> </head> <body> <a href="https://servo.org"> <img class="light" src="resource:///servo-color-positive-no-container.svg" draggable="false"/> <img class="dark" src="resource:///servo-color-negative-no-container.svg" draggable="false"/> </a> <form action="https://duckduckgo.com/html/"> <input name="q" placeholder="Search the web…" autofocus /> <button type="submit">Go!</button> </form> <a href="https://servo.org">Home</a> </body> </html>