-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (70 loc) · 2.67 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
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="images/fdp.png" type="image/png">
<meta name="description" content="Fdp client is the best" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/fontawesome.min.css">
<link rel="stylesheet" href="style.css">
<title>FDPclient</title>
</head>
<body>
<header>
<section>
<div class="navbar">
<div class="icon">
<a href="#">
<img src="images/fdp.png" alt="" draggable="false">
</a>
</div>
<div class="text">
<a href="https://github.com/MILKv2/fdpclient">
GitHub
</a>
<a href="#">
Discord
</a>
<a href="#">
Download
</a>
</div>
</div>
</section>
</header>
<main>
<section>
<h1 style="font-size: 35px;">Why FDPclient is the best client in the world?</h1>
<ul>
<li>Reason 1:</li>
</ul>
</section>
<section>
<video src="https://fdpinfo.github.io/next/src/resources/video/video.mp4" controls></video>
<p>(The best bypasses every 🔥🔥🔥 2022 blocksmc vanilla fly!)</p>
</section>
<section>
<h1 style="margin-top: 50px; font-size: 35px;">Still not convinced to it?</h1>
<p>Take a look at our beautiful in game GUI -></p>
</section>
<section style="margin: 50px 0 0 0;">
<img src="images/fdpthefire.png" alt="" draggable="false" class="boobs">
<p>Oh yea I forgot, You can't due to our advanced coding skills (when skidding goes wrong)</p>
</section>
<section>
<h1 style="margin-top: 50px; font-size: 50px;">Yeah, so thats our client showcase!</h1>
<p>Get it FOR FREEEEEE now!</p>
<a href="https://ptoszek.pl">
<button>Download now</button>
</a>
</section>
</main>
<footer>
<p>Website made totaly not by milk</p>
<p>This is a joke website do not take it seriously!</p>
<p>Im not responsible for fdp and im not its dev. This is also fake website.</p>
<p>Its for those kids asking "how to buy fdp etc" link on button is sussy website.</p>
</footer>
</body>
</html>