zombie-globbies
Version:
A very quick fix for [**Zombie**](https://github.com/assaf/zombie) to permit to crawl correctly webpages with attributes on the html tag (eg: html lang="en").
19 lines (18 loc) • 436 B
HTML
<html>
<head>
<title>Zombie.js</title>
<link href="zombie.css" rel="stylesheet">
<script src="zombie.js"></script>
<meta name="viewport" content="initial-scale = 1.0">
</head>
<body>
<div id="navigation-bar" class="contracted" style="visibility:hidden">
<ul></ul>
<a class="expand"><span></span></a>
</div>
<div class="content">
{content}
</div>
</body>
</html>