HTML hello world added.

This commit is contained in:
Miguel Aranha Baldi Hörlle
2008-07-24 00:59:35 -03:00
parent 3fa7c46d11
commit eca6dfd13a

8
html.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<title>
Hello World HTML
</title>
<body>
<h1>Hello World</h1>
</body>
</html>