crawler-ninja
Version:
A web crawler made for the SEO based on plugins. Please wait or contribute ... still in beta
97 lines (92 loc) • 4.72 kB
HTML
<html>
<head>
<title>This is the meta title of the page</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is the content of the meta description">
<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>Hello World!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a href="/markdown.html" role="button" class="btn btn-primary btn-lg">Sample Page »</a></p>
</div>
</div>
<div class="col-md-4">
<h2>Title 1</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.</p>
<p><a href="/markdown.html" role="button" class="btn btn-default">Sample Page »</a></p>
</div>
<div class="col-md-4">
<h2>Title 2</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.</p>
<p><a href="/markdown.html" role="button" class="btn btn-default">Sample Page »</a></p>
</div>
<div class="col-md-4">
<h2>Title 3</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.</p>
<p><a href="/markdown.html" role="button" class="btn btn-default">Sample Page »</a></p>
</div>
<p>
<strong>You can write your content in the markdown format or replace this file by an HTML file : index.html The propreties of this page are in index.json (title, description, template to use, ...)</strong>
</p>
<div role="alert" class="alert alert-info">
<div class="lead">This is small text that can be used to focus on an important information</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>