-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 3.49 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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>Epik Games</title>
<link rel="stylesheet" href="style.css">
<link rel="preload" href="Mona-Sans.woff2" as="font" type="font/woff2" crossorigin>
<link rel="icon" type="image/x-icon" href="img/epikGAMES.png">
</head>
<body>
<header>
<nav>
<img src="img/epikGAMES.png" alt="Logo" class="logo" />
<ul>
<a href="achievements.html">Achievements</a>
<a href="shop.html">Shop</a>
<a href="https://discord.gg/MUwrhaAWA7">Discord</a>
<a id="shit" href="qR7yT9.html"></a>
<p>BrainDollah: <p1 class="coin" id="coins"></p1></p>
</ul>
</nav>
</header>
<main>
<div class="vignette"></div>
<span class="achieve" id="ach1"><span class="achieve-text">Achievement Unlocked! <span class="achieve-text2" id="achieve-text2"></span></span></span>
<img src="img/background.png" data-speedx="0.12" data-speedy="0.0001" class="parallax bg-img" />
<h1 data-speedx="0.097" data-speedy="0.04" class="parallax head1">NEW AND IMPROVED</h1>
<p2 data-speedx="0.097" data-speedy="0.04" class="parallax text1">Welcome to the brand new, back from the dead, EPIK GAMES! With a fresh look, we are ready to provide you with tiresome content which will give you the 'fattest motherfucker' of a headache! Our previous designer was dogshit so we intentionally excluded him for better performing and quality designs for our websites now. Hope you have a great time with us!</p2>
<div data-speedx="0.2" data-speedy="0.1" class="parallax click-img">
<button class="clickhere" id="rickroll"><img src="img/clickhere.png" class="here-img" /></button>
</div>
<div data-speedx="0.1" data-speedy="0.07" class="parallax card">
<div class="parallax card__content">
<div class="cardtext">
Get Updates
</div>
<div class="cardtext1">
We would love to send you useless Discord messages in a server which you probably won't read! Enter your Username below to subscribe to our premium garbage and initiate your Epik Games account. But remember, you may find gold in a pile of trash!
</div>
<div id="form" class="form-control">
<input name="em" type="email" id="em">
<label>
<span style="transition-delay:0ms">U</span><span style="transition-delay:50ms">s</span><span style="transition-delay:100ms">e</span><span style="transition-delay:150ms">r</span><span style="transition-delay:200ms">n</span><span style="transition-delay:250ms">a</span><span style="transition-delay:300ms">m</span><span style="transition-delay:350ms">e</span>
</label>
<button1 onclick="clik()" id="submit">
Submit
</button1>
</div>
</div>
</div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/ScrollTrigger.min.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="img/app.js"></script>
<script src="info.js"></script>
</body>
</html>