forked from ithoq/MagicTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error_500.html
51 lines (43 loc) · 1.98 KB
/
error_500.html
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
<!doctype html>
<!--[if lte IE 9]> <html class="lte-ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Remove Tap Highlight on Windows Phone IE -->
<meta name="msapplication-tap-highlight" content="no"/>
<link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32">
<title>Altair Admin v2.2.0 - 500 error</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500' rel='stylesheet' type='text/css'>
<!-- uikit -->
<link rel="stylesheet" href="bower_components/uikit/css/uikit.almost-flat.min.css"/>
<!-- altair admin error page -->
<link rel="stylesheet" href="assets/css/error_page.min.css" />
</head>
<body class="error_page">
<div class="error_page_header">
<div class="uk-width-8-10 uk-container-center">
500!
</div>
</div>
<div class="error_page_content">
<div class="uk-width-8-10 uk-container-center">
<p class="heading_b">Oops! Something went wrong...</p>
<p class="uk-text-large">
There was an error. Please try again later.
</p>
<a href="#" onclick="history.go(-1);return false;">Go back to previous page</a>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65191727-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>