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> <!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>