You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/public/500.html

34 lines
1.4 KiB

<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>CartoDB - 500 Error</title>
<link href="/assets/common.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/front.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<script src="/assets/modernizr-min.js" type="text/javascript"></script>
<script src="/assets/jquery.min.js" type="text/javascript"></script>
<script src="/assets/selectivizr-min.js" type="text/javascript"></script>
</head>
<body class="front error">
<section class="sessions longer shadow">
<div class="content">
<h2 class="center">Ooops! This is an unexpected error. Please come back in a while.</h2>
<img src="/assets/layout/tools.png" alt="500" title="500" class="alone" />
</div>
<div class="footer">
<p class="center"><a href="/dashboard">Back to your dashboard</a></p>
</div>
</section>
<footer class="short">
<h1><a href="/" class="cartodb">CartoDB</a></h1>
</footer>
</body>
</html>