Skip to content

Commit b392392

Browse files
committed
html5 helloworld
1 parent 08353d8 commit b392392

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<META CHARSET="UTF-8">
5+
<link rel="stylesheet" href="style.css">
6+
<title>My first page</title>
7+
</head>
8+
<body>
9+
Hello World
10+
<!-- this is a comment -->
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)