Skip to content

Commit f52bd5e

Browse files
committed
These are my modifications
1 parent 10de6bc commit f52bd5e

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

starter/01-TEST/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>My first webpage</title>
9+
</head>
10+
11+
<body>
12+
<h1>Hello, world!</h1>
13+
<p>My name is Milton, and this is my very first webpage :D</p>
14+
</body>
15+
16+
</html>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>The Basic Language of the Web: HTML</title>
6+
</head>
7+
8+
<body>
9+
<h1>The Basic Language of the Web: HTML</h1>
10+
</body>
11+
12+
</html>

0 commit comments

Comments
 (0)