/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/spec/FindReplace-test-files/foo.html
22 строки
390 B
Randy Edmunds
Find in Files tests - initial tests
09 апр 2014, 20:09
09 апр 2014, 20:09
1712e30
Код
Авторство
О чём код?
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Foo</title> <link rel="stylesheet" href="css/foo.css"> <script src="foo.js"></script> </head> <body> <h1>Foo</h1> <p>Intro to foo</p> <ul class="foo"> <li>foo</li> <li>bar</li> <li>baz</li> </ul> <p class="bar">It's all about the bar</p> </body> </html>