Added head-tag to html

This commit is contained in:
rck
2008-12-26 04:16:33 +08:00
committed by Mike Donaghy
parent 9992f07797
commit a23a9dbbc8

View File

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