-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
158 lines (156 loc) Β· 7.22 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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>HPILANKA - FREE INTERNET FOR PC</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="homefix.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9687623970723169"
crossorigin="anonymous"></script>
<link rel="shortcut icon" href="images/fav.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-danger">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" width="34" height="28" class="d-inline-block align-text-top">
<b>HPILANKA</b>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"><i class="fa-solid fa-house"></i> Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="groups.html"><i class="fa-solid fa-user-group"></i> Groups</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-file-arrow-down"></i> Get files
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="hpifiles.html"><i class="fa-solid fa-desktop"></i> HPI FILES</a></li>
<li><a class="dropdown-item" href="ehifiles.html"><i class="fa-solid fa-mobile-screen-button"></i> EHI FILES</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="v2ray.html"><i class="fa-solid fa-circle-nodes"></i> V2Ray</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"><i class="fa-solid fa-address-card"></i> About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="howto.html"><i class="fa-solid fa-circle-info"></i> How to use</a>
</li>
</ul>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#ssh">Request SSH</button>
</div>
</div>
</nav>
<!--News-->
<marquee class="news" direction="left">Here best way to get Fast & Paid free internet configs for your PC / Mobile device | Current Status :- All files are fully working | HPILANKA Channel Is Private Now !! π―π₯ Due to telegram's new policy every public channel with any illegal activities will be banned and wouldn't be recovered again... Btw you must join our channel then you can Acsess our files</marquee>
<!--End of news-->
<!--CONTENT-->
<!--space-->
<p> </p>
<p> </p>
<p> </p>
<!--hometxt-->
<h1 class="hometxt"><b>WELCOME TO</b></h1>
<h1 class="hometxt2"><b>FREEDOM!</b></h1>
<!--homebtn-->
<center><button type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#getfiles"><b>GET FILES</b></button></center>
<!-- Modal -->
<div class="modal fade" id="getfiles" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">What files do you want?</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-footer">
<div class="btn" role="group" aria-label="Basic mixed styles example">
<a href="hpifiles.html"><button type="button" class="btn btn-danger">HPI Files</button></a>
<a href="ehifiles.html"><button type="button" class="btn btn-success">EHI Files</button></a>
</div>
</div>
</div>
</div>
</div>
<!--ModelBeta-->
<!-- Modal -->
<div class="modal fade" id="beta" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><b>Attention!</b></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
This service is under the construction.
<br>
<b>Β©2022GreatstudiosLK</b>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
<!--ModalSSH-->
<!-- Modal -->
<div class="modal fade" id="ssh" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"><b>HPILANKA WEB SSH</b></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<b>βββββββͺ§ IMPORTANT βͺ¦βββββββ</b>
<br>
ββͺ§ π«γ
€NO SPAM
<br>
ββͺ§ β οΈγ
€NO DDOS
<br>
ββͺ§ πγ
€NO Hacking
<br>
ββͺ§ βοΈγ
€NO Carding
<br>
ββͺ§ π
ββοΈγ
€NO Torrent
<br>
ββͺ§ βγ
€NO MultiLogin
<br>
ββͺ§ π€·ββοΈγ
€NO Illegal Activities
<br>
<br>
<b>βββββββͺ§ SSH ACCOUNT βͺ¦ββββββ</b>
<br>
β Host / IP :βͺ§ <b>20.150.142.234</b>
<br>
β Username :βͺ§ <b>webssh</b>
<br>
β Password :βͺ§ <b>hpilanka.ga</b>
<br>
β Expire Date :βͺ§ <b>22/10/2022</b>
<br>
β Login Limit :βͺ§ <b>50</b>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
<!--Footer-->
<!--Js-->
<script src="https://kit.fontawesome.com/1d5bfa6c13.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>