This repository was archived by the owner on Aug 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunavailable.html
More file actions
96 lines (84 loc) · 3.31 KB
/
unavailable.html
File metadata and controls
96 lines (84 loc) · 3.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dashboard Unavailable</title>
<meta name="description" content="">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="icon" type="image/png" href="img/Logo2.png">
<!-- Style -->
<link rel="stylesheet" href="css/main.css">
<!-- Responsiv -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Font awesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Bootstrp -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animations min -->
<link rel="stylesheet" href="css/animations.css">
<!-- Lightbox -->
<link rel="stylesheet" href="css/lightbox.css" />
<!-- Team -->
<link rel="stylesheet" href="css/team.css"/>
<!-- Ribbin -->
<link rel="stylesheet" href="css/ribbons.css"/>
<!-- Script -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script src="js/animations.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/visible.min.js"></script>
<script src="js/jquery.nav.js"></script>
<!-- <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> -->
<!-- Touch pdf -->
<script type="text/javascript" src="js/pdf.compatibility.js"></script>
<script type="text/javascript" src="js/pdf.js"></script>
<script type="text/javascript" src="js/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="js/jquery.panzoom.js"></script>
<script type="text/javascript" src="js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="js/jquery.touchPDF.js"></script>
<link href="js/jquery.touchPDF.css" rel="stylesheet" media="screen" />
<style>
body
{
background-image: url('img/Blurred_Background_HD_1.png');
}
.tmp
{
text-align: center;
margin-top: 6%;
line-height: 90px;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<a href="index.html"><img src="img/logo.png" style="margin: auto; margin-top: 6%;" alt="" height="300" width="380"/></a>
<div class="tmp">
<h1 style="color: white;">
Due to external complications the
</h1>
<h1 style="color:white;">
HyperPerform Dashboard is currently unavailable.
</h1>
<h3 style="color:#A8CBFF;">
Please watch the videos on the previous page
</h3>
<h3 style="color:#A8CBFF">
to get a full explanation and demonstration of our system.
</h3>
</div>
</div>
</body>
</html>