-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
103 lines (93 loc) · 4.3 KB
/
error.html
File metadata and controls
103 lines (93 loc) · 4.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>.:: MIPHA WiFi SCHOOL ::.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="WELCOME TO MIPHA WIFI SCHOOL GATE" />
<meta name="keywords" content="mipha,wifi,digital,school,vocational" />
<meta content="Mas Dik" name="author" />
<link rel="shortcut icon" href="images/favicon.png">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/owl.theme.css" />
<link rel="stylesheet" type="text/css" href="css/magnific-popup.css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script language="JavaScript">
<!--
function startClock() {
$(if popup == 'true')
open('$(link-status)', 'hotspot_status', 'toolbar=0,location=0,directories=0,status=0,menubars=0,resizable=1,width=290,height=200');
$(endif)
location.href = './status';
}
//-->
</script>
</head>
<body data-spy="scroll" data-target="#navbarCollapse">
<nav class="navbar navbar-expand-lg fixed-top navbar-custom sticky sticky-dark">
<div class="container">
<!-- LOGO -->
<a class="navbar-brand logo text-uppercase" href="index.html">
<img src="images/logo-dark.png" alt="" height="22">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="mdi mdi-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto navbar-center" id="mySidenav">
<li class="nav-item">
<a href="https://smkmiphaparakan.sch.id" class="nav-link smoothlink">Web Sekolah</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-home bg-light" id="beranda">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="home-content mt-4">
<p class="mb-0">WiFi Error</p>
<img src="images/home-border.png" height="15" alt="">
<h1 class="home-title mt-4">Mohon maaf WiFi sedang bermasalah</h1>
<p class="text-muted mt-4 f-20">Silahkan coba lagi nanti :)</p>
</div>
</div>
<div class="col-lg-5 offset-lg-1" id="login">
<div class="home-registration-form bg-white p-5 mt-4">
<h5 class="form-title mb-4 text-center font-weight-bold">Mipha WiFi School Logs :</h5>
Error code : <code>$(error)</code>
<hr>
Login page: <a href="$(link-login)">$(link-login)</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-light bg-footer pb-5">
<div class="container">
<hr class="my-5">
<div class="row">
<div class="col-12">
<div class="text-center">
<p class="text-muted mb-0">Copyright © 2023 MIT25 - Coded By <a href="https://github.com/ctrndk">Mas Dik</a></p>
</div>
</div>
</div>
</div>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/counter.init.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>