/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/spec/HTMLInstrumentation-test-files/wellformed.html
41 строка
1 KB
Kevin Dangoor
reduced wellformed.html to make tests easier to debug.
08 авг 2013, 00:02
08 авг 2013, 00:02
0619aab
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>GETTING STARTED WITH BRACKETS</title> <meta name="description" content="An interactive getting started guide for Brackets."> <link rel="stylesheet" href="test.css"> </head> <body> <h1>GETTING STARTED WITH BRACKETS</h1> <h2>This is your guide!</h2> <!-- MADE WITH <3 AND JAVASCRIPT --> <p> Welcome to an early preview of Brackets, a new open-source editor for the next generation of the web. We’re big fans of standards and want to build better tooling for JavaScript, HTML and CSS and related open web technologies. This is our humble beginning. </p> <!-- WHAT IS BRACKETS? --> <p> <em>You are looking at an early build of Brackets.</em> In many ways, Brackets is a different type of editor. One notable difference is that this editor is written in JavaScript. So while Brackets might not be ready for your day-to-day use quite yet, we are using it every day to build Brackets. </p> <a href="screenshots/brackets-quick-edit.png"> <img alt="A screenshot showing CSS Quick Edit" src="screenshots/brackets-quick-edit.png" /> </a> </body> </html>