We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daf0a9 commit 4606940Copy full SHA for 4606940
index.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>The Generics</title>
+ <title>HOME</title>
5
<meta name="description" content="This is the description">
6
<link rel="stylesheet" href="style.css" />
7
</head>
@@ -14,9 +14,9 @@
14
<li><a href="about.html">ABOUT</a></li>
15
</ul>
16
</nav>
17
- <h1 class="band-name band-name-large">The Generics</h1>
+ <h1 class="band-name band-name-large">Main Display</h1>
18
<div class="container">
19
- <button type="button" class="btn btn-header">Get our Latest Album</button>
+ <button type="button" class="btn btn-header">New Product Available</button>
20
</div>
21
<button type="button" class="btn btn-header btn-play">►</button>
22
</header>
0 commit comments