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

31 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 - No javascript error</title>
<link href="/css/front.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/img/favicon.ico" />
<script src="/js/vendor/modernizr-min.js" type="text/javascript"></script>
<script src="/js/vendor/jquery.min.js" type="text/javascript"></script>
<script src="/js/vendor/selectivizr-min.js" type="text/javascript"></script>
</head>
<body class="front error">
<section class="sessions longer shadow">
<div class="content">
<h2 class="center">To use CartoDB please enable javascript in your browser.</h2>
<img src="/img/layout/nojs.png" alt="No javascript" title="No javascript" 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>