-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connect with Me</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/6bee25835f.js" crossorigin="anonymous"></script>
<link rel="icon" href="https://www.natmangle.id/favicon.ico" type="image/x-icon" />
</head>
<body>
<main>
<div class="card">
<img id="profile" src="https://avatars.githubusercontent.com/u/110472586?v=4" alt="profile picture">
<p id="userName">Support By Natmangle ID</p>
<marquee behavior="alternate"><p id="description">Agar silaturahmi tidak putus, Pinjem dulu Seratus!!!!</p></marquee>
<div class="social">
<a href="https://bit.ly/support_geraldmikrotik"><i class="fab fa-facebook-messenger"></i> Mesangger</a>
<a href="https://bit.ly/support_fanspage"><i class="fa-brands fa-facebook"></i> Fanspage</a>
<a href="https://bit.ly/support_ig"><i class="fa-brands fa-instagram"></i> Instagram</a>
<a href="https://bit.ly/3tRj9Mh"><i class="fa-brands fa-whatsapp"></i> Whatsapp</a>
<a href="https://bit.ly/support_shoppeee"><i class="fa-solid fa-store"></i> Shopee</a>
<a href="https://bit.ly/support_tokped"><i class="fa-solid fa-store"></i> Tokopedia</a>
<a href="https://bit.ly/support_github"><i class="fa-brands fa-github"></i> Github</a>
<a href="https://bit.ly/support_statusuptimerobot"><i class="fa-solid fa-signal"></i> Status Server Natmangle ID</a>
<a href="https://bit.ly/natmangle_id"><img id="natmangle-lg" src="https://lh3.googleusercontent.com/RxszPHwAdZhahWkr0dKUKFPdEl7ak-mXdTsjOKaZjskK57bXWAlM2YBw6mYqQiDDrggGeKZ2A-kX231Lew=s972-rw" alt="natmangle logo"></a>
<a id="woro-woro" href="https://bit.ly/scriptvpnfreednsnatmangleid">Script VPN FREE DNS Download disini</a>
<a id="coffee" href="https://bit.ly/support_saweria"><i class="fa-solid fa-mug-hot"></i> Buy me a coffee</a>
</div>
<div class="icons">
<a href="https://bit.ly/support_saweria"><i class="fa-brands fa-youtube"></i></a>
<a href="https://bit.ly/support_tiktok"><i class="fa-brands fa-tiktok"></i></a>
<a href="https://bit.ly/support_x"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
</main>
</body>
</html>