Skip to content

Commit 183e7fa

Browse files
committed
Create hello.html
1 parent 4388ee4 commit 183e7fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hello.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Hello!</title>
5+
</head>
6+
<body>
7+
Hello World!
8+
</body>
9+
</html>
10+

0 commit comments

Comments
 (0)