fawkes
Version:
A tool to watch / compile HTML files into handlebars-compiled files.
72 lines (68 loc) • 2.39 kB
HTML
<html lang="en">
<head>
<title>Fawkes</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<style type="text/css">
body{text-align:center;font-family:sans-serif;font-size:20px;}
h1{font-size:3.5em;font-weight:normal;color:#800000;}
h2{font-size:1.5em;font-weight:normal;color:#222;margin:50px;}
a,a:visited{text-decoration:none;color:#800000;}
a:hover{color:red;}
footer{border-top:1px solid
#aaa;margin:50px auto 0;text-align:center;font-size:0.8em;width:900px;}
ul{list-style-type:none;display:inline-block;}
li{float:left;padding:10px;}
</style>
</head>
<body>
<header>
<h1>Fawkes</h1>
</header>
<div class="doc">
<h2>A tool to watch / compile HTML files into handlebars-compiled files.</h2>
<p>
You can get it at -
<a href="https://npmjs.org/package/fawkes">npmjs.org/package/fawkes</a>
</p>
<p>
You can check the code at -
<a href="https://github.com/prajwalit/fawkes">github.com/prajwalit/fawkes</a>
</p>
<p>
You can file issues at -
<a href="https://github.com/prajwalit/fawkes/issues">github.com/prajwalit/fawkes/issues</a>
</p>
</div>
<footer>
<ul class="links">
<li>
<a title="Website" href="http://prajwalit.com">Prajwalit.com</a>
</li>
<li>•</li>
<li>
@<a title="Twitter @Prajwalit" href="http://twitter.com/Prajwalit">Prajwalit</a>
</li>
<li>•</li>
<li>
<a title="Github repository" href="https://github.com/prajwalit/fawkes">Fork on Github</a>
</li>
<li>•</li>
<li>
<a title="contact@prajwalit.com" href="mailto:contact@prajwalit.com">Email</a>
</li>
</ul>
</footer>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1214990-4']);
_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>