Added indent to increase readablilty

This commit is contained in:
elektronikLexikon
2012-06-10 12:49:53 +03:00
parent 38f6567c5c
commit 5552b1b9f4

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>