-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinner.html
More file actions
53 lines (43 loc) · 1.97 KB
/
winner.html
File metadata and controls
53 lines (43 loc) · 1.97 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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">
<title>Document</title>
<link rel="stylesheet" href="/css/winner.css">
<link rel="stylesheet" href="/css/global.css">
</head>
<body>
<nav class="navbar">
<img id="ok" src="./assets/ee.png" alt="logo">
<h1 class="heading-primary">WINNE<span>R</span> </h1>
</nav>
<img id="pk" src="/assets/simone-secci-49uySSA678U-unsplash.jpg" alt="Your gift is loading...">
<button class="btn" id="claimBtn">Click Here to claim your gift</button>
<!-- <div class="container">
<div class="left">
<p>Congratulations on completing all the tasks and coming up till here. It must have been an amazing experience.
Lets end the puzzle with a very deep thought, "Often, the treasure remains hidden inside the few pages of life youo skipped reading."
</p>
<button class="btn" id="claimBtn">Click Here to claim your gift</button>
</div>
<div class="right">
<img src="/assets/simone-secci-49uySSA678U-unsplash.jpg" alt="Your gift is loading...">
</div>
</div> -->
<footer class="footer">
<h2>
Thank you for playing this
<span class="blue">
puzzle!
</span>
</h2>
<p>I really appreciate you giving my website a moment of your time today. Thanks for being you.</p>
<p>Copyright <span>© Manish Agrahari</span> | All Rights Reserved</p>
</footer>
</body>
<script src="https://www.gstatic.com/firebasejs/4.3.0/firebase.js"></script>
<script src="/js/config.js"></script>
<script src="/js/winner.js"></script>
</html>