/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/about-mozilla.html
54 строки
1 KB
polemius
Fix the broken link in about-page
19 мар 2019, 23:21
19 мар 2019, 23:21
5c496a3
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <title>The Book of Mozilla, 11:9</title> <style type="text/css"> html { background: maroon; color: white; font-style: italic; } #moztext { margin-top: 15%; font-size: 1.1em; font-family: serif; text-align: center; line-height: 1.5; } #from { font-size: 1.95em; font-family: serif; text-align: right; } em { font-size: 1.3em; line-height: 0; } a { text-decoration: none; color: white; } </style> </head> <body> <p id="moztext"> Mammon slept. And the <em>beast reborn</em> spread over the earth and its numbers grew legion. And they proclaimed the times and <em>sacrificed</em> crops unto the fire, with the <em>cunning of foxes</em>. And they built a new world in their own image as promised by the <em><a href="https://www.mozilla.org/en-US/about/manifesto/"> sacred words</a></em>, and <em><a href="http://wiki.mozilla.org/About:mozilla">spoke </a></em> of the beast with their children. Mammon awoke, and lo! it was <em>naught</em> but a follower. </p> <p id="from"> from <strong>The Book of Mozilla,</strong> 11:9<br/><small>(10th Edition)</small> </p> </body> </html>