Skip to content

Commit 3b76a79

Browse files
committed
01.05 first webpage
1 parent 10de6bc commit 3b76a79

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

starter/01-TEST/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport"
6+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>My first webpage</title>
9+
</head>
10+
<body>
11+
<h1>Hello, world!</h1>
12+
<p>This is my first webpage!</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)