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>
<html>
<head>
<title>Hello World HTML</title>
</head>
<body>
<h1>Hello World</h1>
</body>
<head>
<title>Hello World HTML</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>