-
Notifications
You must be signed in to change notification settings - Fork 0
/
pizza.html
55 lines (51 loc) · 2.01 KB
/
pizza.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<title>Pizza Hut Bluetooth headphones with golden pizza and diamond pepperoni</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0e68c;
}
h1 {
text-align: center;
color: #ff0000;
font-size: 36px;
}
p {
text-align: center;
color: #000000;
font-size: 18px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
button {
display: block;
margin-left: auto;
margin-right: auto;
width: 20%;
height: 50px;
background-color: #ff0000;
color: #ffffff;
font-size: 24px;
border: none;
}
</style>
</head>
<body>
<h1>Pizza Hut Bluetooth headphones with golden pizza and diamond pepperoni</h1>
<p>Do you remember the Pizza Hut AM radio with pan pizza headphones from 1986? The ones that made you feel like you were listening to music while eating pizza? The ones that made you smile every time you put them on?</p>
<p>Well, we have some good news for you: we have brought them back, but better than ever!</p>
<p>Introducing the Pizza Hut Bluetooth headphones with golden pizza and diamond pepperoni!</p>
<p>These headphones are the ultimate upgrade from the old ones, with high-end speakers, an app, and high-end Bluetooth hardware.</p>
<p>They also have noise cancellation, wireless charging, and water resistance.</p>
<p>They are priced at $500 a pair, and they are limited edition.</p>
<p>Don’t miss this chance to own a piece of history and a piece of luxury!</p>
<img src="headphones.jpg" alt="Pizza Hut Bluetooth headphones with golden pizza and diamond pepperoni">
<button onclick="window.location.href='https://www.pizzahut.com/headphones';">Order yours today</button>
<p>Pizza Hut Bluetooth headphones with golden pizza and diamond pepperoni: because you deserve nothing but the best!</p>
</body>
</html>