Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecdb8de

Browse files
author
Rick Anderson
authored
Create index.html
1 parent 67d079f commit ecdb8de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2+
"http://www.w3.org/TR/html4/strict.dtd">
3+
<HTML>
4+
<HEAD>
5+
<TITLE>My first HTML document</TITLE>
6+
</HEAD>
7+
<BODY>
8+
<P>Hello world!
9+
</BODY>
10+
</HTML>

0 commit comments

Comments
 (0)