bones/index.html @ e5d8c6e0828d

bones: Update site.
author Steve Losh <steve@stevelosh.com>
date Sat, 05 Mar 2016 23:45:02 +0000
parents f35663a46926
children 094cd680fddf
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Bones</title>
        <link rel="stylesheet" href="./_dmedia/bootstrap.css"/>
        <link rel="stylesheet" href="./_dmedia/tango.css"/>
        <link rel="stylesheet/less" type="text/css" href="./_dmedia/style.less">
        <script src="./_dmedia/less.js" type="text/javascript">
        </script>
    </head>
    <body class="index">
        <div class="wrap">
            <header><h1><a href="">Bones</a></h1></header>
                <div class="markdown">
<p>Bones is a logic programming library for Common Lisp.</p>
<p><img alt="I don't know what that means" src="https://i.imgur.com/EWPGAHa.gif" /></p>
<ul>
<li><strong>License:</strong> MIT/X11</li>
<li><strong>Code:</strong> http://bitbucket.org/sjl/bones/</li>
<li><strong>Issues:</strong> http://bitbucket.org/sjl/bones/issues/</li>
</ul><h2>Table of Contents</h2><ol class="toc"><li><a href="installation/">Installation</a></li><li><a href="overview/">Overview</a></li><li><a href="reference/">Reference</a></li><li><a href="changelog/">Changelog</a></li></ol>
                </div>
            <footer><p><i>Made with Lisp and love by <a href="http://stevelosh.com/">Steve Losh</a> in Reykjavík, Iceland.</i></p></footer>
        </div>
    </body>
</html>