-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (110 loc) · 3.91 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
<!DOCTYPE html>
<html lang="pt">
<head>
<title>Eon Team Brasil</title>
<meta charset="UTF-8">
<meta name="description" content="VPNs Eon Team Brasil">
<meta name="keywords" content="vpn, eon, team, Brasil">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="./SharedAssets/img/raposa png.png" rel="shortcut icon"/>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/slicknav.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #000048;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #ff0000;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(102, 0, 161);
}
</style>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<div class="header-warp">
<div class="header-bar-warp d-flex" style="padding-top: 20px;">
<!-- site logo -->
<a href="home.html" class="site-logo">
<img src="./SharedAssets/img/banner.png"alt="" style="width: 199px;padding-bottom: 20px;margin-bottom: 0px;">
</a>
<nav class="top-nav-area w-100" style="margin-top: 10px;">
<!-- Menu -->
<ul class="main-menu primary-menu">
<li><a href="VPN/login.php">Painel VPN</a></li>
<li><a href="#">Downloads VPN</a>
<ul class="sub-menu">
<li><a href="./SharedAssets/EonTeamBrasil.apk">APK Próprio</a></li>
<li><a href="./SharedAssets/codes.zip">OpenVPN PC</a></li>
<li><a href="./SharedAssets/Ki4a.apk">APK Ki4a</a></li>
</ul>
</li>
<li><a href="#">Configuração Ki4a</a>
<ul class="sub-menu">
<li><a href="#">Address: 192.95.13.200</a></li>
<li><a href="#">Port: 22</a></li>
</ul>
</li>
<li>
<a href="http://www.cutercounter.com/" target="_blank"><img src="http://www.cutercounter.com/hit.php?id=gmeokfxq&nd=6&style=115" border="0" alt="free counter"></a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section overflow-hidden">
<div class="hero-slider owl-carousel">
<div class="hero-item set-bg d-flex align-items-center justify-content-center text-center" data-setbg="./SharedAssets/img/Outsiders2.jpg">
<div class="container" style="margin-bottom: 200px;">
<img src="./SharedAssets/img/projectfirebaselogosmolwht.png">
<p>Bem vindo ao Projeto Firebase, o projeto de VPNs e IPTV sempre evoluindo e inovando.</p>
</div>
</div>
</div>
</section>
<!-- Hero section end-->
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
<div class="copyright"><a href="#">2019 © Eon Team Brasil</a></div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky-sidebar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>