Skip to content

Commit f2277c0

Browse files
committed
Added page title and description
1 parent 4206a32 commit f2277c0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Understanding README, Wireframe and Git Branche</title>
6+
<title>Understanding README, Wireframe and Git Branch</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>Understanding README Files, Wireframes and Git Branches</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
13+
A simple guide explaining three important web development concepts.</p>
1514
</header>
1615
<main>
1716
<article>

0 commit comments

Comments
 (0)