-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDefault.aspx
35 lines (29 loc) · 1.04 KB
/
Default.aspx
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
<!DOCTYPE html>
<html>
<head>
<title>Maintenance</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/uxcore.css" rel="stylesheet">
<link href="css/customer-comp.css" rel="stylesheet">
<script type='text/javascript'>
var fqdn = "xxxxxXXXXXfqdnXXXXXxxxxx";
redirectToLogin = function() {
window.location.href = "https://" + fqdn + ":8443";
}
</script>
</head>
<body>
<div id="error-img"><img src="images/404_background.jpg"></div>
<div class="container text-center" id="error">
<div class="row">
<div class="col-md-12">
<div class="main-icon text-success"><span class="uxicon uxicon-clock-refresh"></span></div>
<h1>Future home of something quite cool.</h1>
<p class="lead">If you're the <strong>site owner</strong>, <a href="#" onclick='redirectToLogin();'>log in</a> to launch this site</p>
<p class="lead">If you are a <strong>visitor</strong>, check back soon.</p>
</div>
</div>
</div>
</body>
</html>