Created
September 10, 2013 21:12
-
-
Save njx/6515756 to your computer and use it in GitHub Desktop.
LiveHTML bug example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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="main.css"> | |
</head> | |
<body> | |
<h1>GETTING STARTED WITH BRACKETS</h1> | |
old text | |
<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> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment