/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/spec/FindReplace-test-files-large/foo3.html
22 строки
390 B
Narciso Jaramillo
Add logic to force in-memory replacements for 10 or fewer files, and add confirmation dialog. Clean up some unnecessary runs() in tests.
08 май 2014, 04:56
08 май 2014, 04:56
51dda43
Код
Авторство
О чём код?
<!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>