atom-beautify/examples/nested-jsbeautifyrc/html/original/test.html

16 lines
120 B
HTML
Raw Normal View History

2014-05-19 00:04:56 -06:00
<!doctype html>
<html>
<head>
<title>Test Page</title>
2014-05-19 00:04:56 -06:00
</head>
<body>
<h1>Hello</h1>
<p>
World!
</p>
2014-05-19 00:04:56 -06:00
</body>
</html>