Skip to content

Commit b69824e

Browse files
link to style.css
Removed duplicate header section and added stylesheet link.
1 parent 3d5bc29 commit b69824e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<header class="page-header">
4+
<link rel="stylesheet" href="style.css">
45
<h1>Wireframe</h1>
56
<p class="short-description">Your guide to version control and design.</p>
67
</header>
7-
<header class="page-header">
8-
<h1>Wireframe</h1>
9-
<p class="short-description">Your guide to version control and design.</p>
10-
</header>
11-
8+
129
<div class="main-wrapper">
1310
<section class="featured-article">
1411
<article>

0 commit comments

Comments
 (0)