-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheadphone_finder.html
More file actions
39 lines (39 loc) · 1.29 KB
/
headphone_finder.html
File metadata and controls
39 lines (39 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="http://www.google.com/s2/favicons?domain=https://www.headphonezone.in/"/>
<title>Headphone Finder 2</title>
<link rel="stylesheet" href="headphone_finder.css">
</head>
<body>
<div id="cards">
<div>
<img
src="https://d33x1o3gj9io8i.cloudfront.net/images/550/lg_48SNi1u0Rg2PAYzsx3bc"
/>
</div>
<div>
<h1>WELCOME TO OUR HEADPHONE FINDER</h1>
<div id="content">
<p>Meet our Headphone Gurus.</p>
<p>
They obsess over every headphone so you get the perfect one. They
have spent years reviewing & listening to countless headphones every
day. Our Headphone Gurus are the go-to guys for everything audio.
</p>
<p>
Our Headphone Finder puts together their top recommendations. In 4
easy steps, find the perfect headphones for you.
</p>
<button id="btn" type="submit">BEGIN HERE</button>
</div>
</div>
</div>
</body>
</html>
<script src="headphone_finder.js"></script>