Skip to content

Commit f14ef5d

Browse files
committed
feat: all pages completed and meets all requirements
1 parent 6200027 commit f14ef5d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta charset="UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
7-
<meta name="description" content="A beginner-friendly blog about README files, wireframes, and Git branches for learning web development."/>
7+
<meta name="description"
8+
content="A beginner-friendly blog about README files, wireframes, and Git branches for learning web development."/>
89
<title>The Blog | Learning Programming Basics</title>
910
<link rel="stylesheet" href="style.css"/>
1011
</head>
@@ -54,7 +55,8 @@ <h2>What is a branch in Git?</h2>
5455
A branch in Git is an independent line of development that allows developers to work on changes without
5556
affecting ...
5657
</p>
57-
<a class="article-read-more" href="branches.html" aria-label="read more about branches on git">Git branching</a>
58+
<a class="article-read-more" href="branches.html" aria-label="read more about branches on git">Git
59+
branching</a>
5860
</article>
5961

6062
</main>

0 commit comments

Comments
 (0)