Skip to content

Commit 014d290

Browse files
committed
Add page title and description to header
1 parent a575a36 commit 014d290

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
@@ -8,11 +8,10 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
11+
<h1>Project Essentials Explained</h1>
12+
<p>Discover the roles of README files, wireframes, and Git branches in software development.</p>
1513
</header>
14+
1615
<main>
1716
<article>
1817
<img src="placeholder.svg" alt="" />

0 commit comments

Comments
 (0)