-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 946 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YouTube Premium Membership Box</title>
<!-- CSS File -->
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<div class="hero">
<div class="box">
<h2>Choose your plan</h2>
<h1>$1.59<span>/month</span></h1>
<b
>This is a very limited time offer which is ending on October 30
2022.</b
>
<p>
One subscription gives you and 5 family members (13+) in the same
household access to all YouTube Premium features.
</p>
<button>SUBSCRIBE</button>
<img src="img/logo.png" alt="logo" />
<div class="ribbon-wrap">
<div class="ribbon">SPECIAL OFFER</div>
</div>
</div>
</div>
</body>
</html>