atom-beautify/examples/simple-jsbeautifyrc/html/expected/test.html

15 lines
131 B
HTML
Raw Normal View History

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