forked from greatstudioslk/hpilanka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowto.html
201 lines (200 loc) · 9.53 KB
/
howto.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!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 - HOW TO USE FILES</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" 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 active" 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>
<!--CONTENT-->
<!--space-->
<p> </p>
<center><h1 class="about"><b>HOW TO USE FREE INTERNET</b></h1></center>
<!-- Button trigger modal -->
<center><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
HOW TO SETUP IN PC (WINDOWS)
</button></center>
<!-- Modal -->
<div class="modal fade" id="exampleModal" 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">How to get unlimited free internet in computer</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe width="460" height="315" src="https://www.youtube.com/embed/pWfYfN_XRzA" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<a href="https://www.youtube.com/watch?v=pWfYfN_XRzA&t" target="_blank"><button type="button" class="btn btn-danger">Watch on YouTube</button>
</div></a>
</div>
</div>
</div>
<br>
<!-- Button trigger modal -->
<center><button type="button" class="btn btn-success" data-bs-toggle="modal" data-bs-target="#Android">
HOW TO SETUP IN MOBILE (Android)
</button></center>
<!-- Modal -->
<div class="modal fade" id="Android" 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">How to get unlimited free internet in Mobile (Android)</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe width="460" height="315" src="https://www.youtube.com/embed/NAVFgkMCg6U" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<a href="https://www.youtube.com/watch?v=NAVFgkMCg6U" target="_blank"><button type="button" class="btn btn-danger">Watch on YouTube</button>
</div></a>
</div>
</div>
</div>
<br>
<center><h1 class="about"><b>OTHER FREE INTERNET TUTORIALS</b></h1></center>
<center><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#Howto1">
How to fix This version of HPI not support your PC in Http proxy injector
</button></center>
<!-- Modal -->
<div class="modal fade" id="Howto1" 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">How to fix This version of HPI not support your PC in Http proxy injector</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe width="460" height="315" src="https://www.youtube.com/embed/a70ozlb1590" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<a href="https://youtu.be/a70ozlb1590" target="_blank"><button type="button" class="btn btn-danger">Watch on YouTube</button>
</div></a>
</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>
<!--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>