-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (56 loc) · 2.36 KB
/
index.html
File metadata and controls
69 lines (56 loc) · 2.36 KB
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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Nephilim Tech</title>
<meta name="description" content=" Nephilim Technologies provide Stable, Low latency, HighSpeed VPN Solutions at low cost.
[VPN] [TeamSpeak] [Contact Us]" />
<meta name="keywords" content="Nephilim Tech, VPN ,teamspeak " />
<meta name="author" content="Nephilim Tech "/>
<meta name="robots" content="index, follow" />
<link rel="icon" href="Graphics/hand_rock.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body scroll="no" style="overflow: hidden">
<nav class="nav">
<div class="burger">
<div class="burger__patty"></div>
</div>
<ul class="nav__list">
<li class="nav__item">
<a href="#1" class="nav__link c-blue"><i class="fa fa-home"></i></a>
</li>
<li class="nav__item">
<a href="#2" class="nav__link c-yellow scrolly"><i class="fas fa-shield-alt"></i></a>
</li>
<li class="nav__item">
<a href="#3" class="nav__link c-red"><i class="fas fa-road"></i></a>
</li>
<li class="nav__item">
<a href="#4" class="nav__link c-green"><i class="fa fa-users"></i></a>
</li>
</ul>
</nav>
<section class="panel b-blue" id="1">
<iframe src="intro" width="100%" height="100%"" frameborder="0" scrolling="yes"></iframe>
</section>
<section class="panel b-yellow" id="2">
<iframe src="VPN/" width="100%" height="100%"" frameborder="0" scrolling="yes"></iframe>
</section>
<section class="panel b-red" id="3">
<iframe src="speed/" width="100%" height="100%"" frameborder="0" scrolling="no"></iframe>
</section>
<section class="panel b-yellow" id="4">
<iframe src="team/" width="85%" height="100%"" frameborder="0" scrolling="yes"></iframe>
</section>
<a href="NT" class="logo" target="_blank">
<img class="logo" src="Graphics/logoNT.svg" alt="" />
</a>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>