Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions final/02-HTML-Fundamentals/blog.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>BLOG</title>
<title>BLOG PAGE</title>
</head>
<body>
<h2>BLOG</h2>
<h2>BLOG Page</h2>
<a href="index.html">Back to home</a>
</body>
</html>
2 changes: 1 addition & 1 deletion final/04-CSS-Layouts/blog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>BLOG</title>
<title>BLOG PAGE</title>
</head>
<body>
<h2>BLOG</h2>
Expand Down
2 changes: 1 addition & 1 deletion final/04-CSS-Layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link href="style.css" rel="stylesheet" />

<title>The Basic Language of the Web: HTML</title>
<title>Basic Language of the Web: HTML</title>
</head>

<body>
Expand Down