crawler-ninja
Version:
A web crawler made for the SEO based on plugins. Please wait or contribute ... still in beta
13 lines (12 loc) • 2.4 kB
HTML
<html><head><title>404 - Page not found</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="/css/bootstrap.min.css"><link rel="stylesheet" href="/css/bootstrap-theme.min.css"><link rel="stylesheet" href="/css/cocoons.css"><link rel="icon" href="/images/favicon.png"><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--></head><body><!-- add/remove navbar-inverse in the class list to switch the menu background style--><div class="row"><div role="navigation" class="navbar navbar-default navbar-inverse navbar-fixed-top"><div class="container"><div class="navbar-header"><button type="button" data-toggle="collapse" data-target=".navbar-collapse" class="navbar-toggle"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a href="/" class="navbar-brand">Sample Site</a></div><div class="collapse navbar-collapse"><ul class="nav navbar-nav"><li class="active"><a href="/markdown.html">Markdown</a></li><li class="active"><a href="/carousel.html">Carousel</a></li><li class="active"><a href="all-widgets.html">Widget demo</a></li></ul></div></div></div></div><div class="container"><div class="row"><div class="jumbotron"><div class="container"><h1>404</h1><p>The page you are looking for could not be found</p><p><a href="/" role="button" class="btn btn-primary btn-lg">Home page »</a></p></div></div></div><div class="footer"><p>© cocoons.io 2014 - Your are welcome to contribute ! </p></div></div><script src="http://code.jquery.com/jquery.min.js"></script><script src="/js/bootstrap.min.js"></script><script>var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-xxxx']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();</script></body></html>