Merge pull request #77 from elektronikLexikon/patch-1

Added indent to increase readablilty
This commit is contained in:
Mike Donaghy
2012-06-10 10:55:50 -07:00

View File

@@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Hello World HTML</title> <title>Hello World HTML</title>
</head> </head>
<body> <body>
<h1>Hello World</h1> <h1>Hello World</h1>
</body> </body>
</html> </html>