Skip to content

Commit a2dd809

Browse files
committed
Changes in <body>
1 parent 8ab9fc4 commit a2dd809

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
<!DOCTYPE html>
22
<html lang='en'>
33
<head>
4+
<title>Freegie Niel Sabellon</title>
45
<meta charset='utf-8'>
56
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
67
<meta name='viewport' content='width=device-width, initial-scale=1'>
78
</head>
89
<body>
9-
<h1>Hello World</h1>
10+
<h1>Hello, Code School!.</h1>
11+
<div class="willLearn">
12+
<ul>
13+
<li>HTML</li>
14+
<ul>
15+
<li>Front End</li>
16+
<li>Back End</li>
17+
</ul>
18+
<li>CSS</li>
19+
<li>PHP</li>
20+
<li>JavaScript</li>
21+
</ul>
22+
</div>
1023
</body>
1124
</html>

0 commit comments

Comments
 (0)