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/404.html

32 lines
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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 - 404 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="/assets/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">What a pity, the page you are looking for doesnt exist</h2>
<img src="/assets/layout/unknown.png" alt="404" title="404" class="alone" />
</div>
<div class="footer">
<p class="center lighter"><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>