-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.html
28 lines (28 loc) · 1.24 KB
/
new.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ONMAXDT FREE BONUS</title>
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/favicons/site.webmanifest">
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style1.css"
</head>
<body>
<video id="video-background" autoplay loop muted>
<source src="image/video.mp4" type="video/mp4">
</video>
<div class="header">
<img src="../../assets/img/brand/logo.png" alt="logo" class="header-brand-img mb-4">
</div>
<div class="offer-title">
<h2>Claim Your $60 Bonus Now</h2>
<p>Sign In today to receive a bonus of $60. Limited time offer.</p>
<button onclick="window.location.href = '/login.html';">Claim Now</button>
</div>
</body>
</html>