Skip to content

Commit 4606940

Browse files
committed
change the layout for product
1 parent 1daf0a9 commit 4606940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>The Generics</title>
4+
<title>HOME</title>
55
<meta name="description" content="This is the description">
66
<link rel="stylesheet" href="style.css" />
77
</head>
@@ -14,9 +14,9 @@
1414
<li><a href="about.html">ABOUT</a></li>
1515
</ul>
1616
</nav>
17-
<h1 class="band-name band-name-large">The Generics</h1>
17+
<h1 class="band-name band-name-large">Main Display</h1>
1818
<div class="container">
19-
<button type="button" class="btn btn-header">Get our Latest Album</button>
19+
<button type="button" class="btn btn-header">New Product Available</button>
2020
</div>
2121
<button type="button" class="btn btn-header btn-play">&#9658;</button>
2222
</header>

0 commit comments

Comments
 (0)