-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
executable file
·92 lines (84 loc) · 3.85 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="free vpn, pptp">
<meta name="author" content="Jairon Landa">
<title>Home</title>
<link rel="stylesheet" href="style/bs4/css/bootstrap.min.css">
<link rel="stylesheet" href="style/css/custom.css">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
<h5 class="my-0 mr-md-auto font-weight-normal">GG Kid VPN</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="index.html">Free VPN</a>
<a class="p-2 text-dark" href="https://www.patreon.com/jaironlanda">My Patreon</a>
<!-- <a class="p-2 text-dark" href="#">Pricing</a> -->
<!-- <a class="p-2 text-dark" href="#">Suggestion</a> -->
<a class="p-2 text-dark" href="pirvacy.html">Privacy</a>
</nav>
<!-- <a class="btn btn-outline-primary" href="#">Sign up</a> -->
</div>
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4">Support</h1>
<!-- <p class="lead">PPTP (point to point tunneling) is widely used since it is supported across all Microsoft Windows, Linux, Apple iOS, and Mobile Android platforms.</p> -->
</div>
<div class="container">
<p>
Please feel free to relay your suggestions here:
</p>
<footer class="pt-4 my-md-5 pt-md-5 border-top">
<div class="row">
<div class="col-12 col-md">
<!-- <img class="mb-2" src="/docs/4.4/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24"> -->
<small class="d-block mb-3 text-muted">© 2017-2020</small>
</div>
<div class="col-6 col-md">
<h5>Social Network</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://www.facebook.com/jaironlandapage">Facebook</a></li>
<li><a class="text-muted" href="https://www.instagram.com/jaironlanda/">Instagram</a></li>
<li><a class="text-muted" href="https://twitter.com/jaironlanda/">Twitter</a></li>
<li><a class="text-muted" href="https://www.patreon.com/jaironlanda"></a>My Patreon</li>
</ul>
</div>
<div class="col-6 col-md">
<h5>User Guide</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Setup</a></li>
</ul>
</div>
<!--
<div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Team</a></li>
<li><a class="text-muted" href="#">Locations</a></li>
<li><a class="text-muted" href="#">Privacy</a></li>
<li><a class="text-muted" href="#">Terms</a></li>
</ul>
</div> -->
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
</body>
</html>