-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·61 lines (51 loc) · 2.42 KB
/
index.html
File metadata and controls
executable file
·61 lines (51 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<base target="_self">
<title>Welcome to Server</title>
<!-- bootstrap css -->
<link href="http://fonts.googleapis.com/css?family=Lato:100italic,100,300italic,300,400italic,400,700italic,700,900italic,900" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" >
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-theme.css" >
<link rel="stylesheet" href="assets/css/supersized.css" >
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="assets/css/jumbroton-narrow.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<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>
<![endif]-->
</head>
<body class="hold-transition">
<div class="page-container">
<h1>Welcome To Server</h1>
<div class="container">
<a href="../nmap/" class="button btn-primary"><span class="glyphicon glyphicon-signal"></span> server</a>
<a href="../console/" class="button btn-primary"><span class="fa fa-info"></span> network</a>
</div>
<div class="container">
<a href="../luci/" class="button btn-primary"><span class="fa fa-linux"></span> console</a>
<a href="../network/" class="button btn-primary"><span class="glyphicon glyphicon-cog"></span> system</a>
</div>
<div class="container">
<a href=""></a>
</div>
</div>
<div class="footer">
<div class="container">
<p class="text-muted">made by <a href="http://facebook.com/alviansyah.vanscool" target="_blank">@alpian</a></p>
</div>
</div>
<!-- script -->
<!--<script src="assets/bootstrap/js/bootstrap.min.js"></script> -->
<script src="assets/bootstrap/js/jquery.min.js"></script>
<script src="assets/js/supersized.3.2.7.min.js"></script>
<script src="assets/js/supersized-init.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>