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

16 lines
120 B
HTML

<!doctype html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<h1>Hello</h1>
<p>
World!
</p>
</body>
</html>