mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
52 lines
2.3 KiB
HTML
52 lines
2.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>$title$</title>
|
|
<link rel="alternate" type="application/rss+xml" title="Joyful Systems blog, hledger tag" href="http://joyful.com/tags/hledger.xml" />
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
|
<link rel="stylesheet" type="text/css" href="/js/highslide/highslide.css" />
|
|
<script type="text/javascript" src="/js/highslide/highslide.js"></script>
|
|
<script type="text/javascript">
|
|
hs.graphicsDir = '/js/highslide/graphics/';
|
|
hs.outlineType = 'rounded-black';
|
|
hs.captionEval = 'this.thumb.title';
|
|
</script>
|
|
<style>
|
|
h1 { margin:1em 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="https://github.com/simonmichael/hledger"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
|
|
<div style="text-align:center;">
|
|
<!-- <a href="/"><img src="/logo.jpg" border="0" ALT="" /></a> -->
|
|
</div>
|
|
<div id="navigation">
|
|
<a href="/">Home</a>
|
|
<a href="/DOCS.html">Docs</a>
|
|
<a href="/DEVELOP.html">Develop</a>
|
|
<a href="/DOWNLOAD.html">Download</a>
|
|
<a href="http://hledger.org/wiki">Wiki</a>
|
|
<a href="http://demo.hledger.org" class="offsite">Demo</a>
|
|
</div>
|
|
$body$
|
|
<div id="footer">
|
|
<hr />
|
|
© 2007-2013 <a href="http://joyful.com/">Simon Michael</a> and contributors
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');
|
|
document.write(unescape('%3Cscript src=\'' + gaJsHost + 'google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E'));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker('UA-3456280-3');
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
</body>
|
|
</html>
|