aboutsummaryrefslogtreecommitdiffstats
path: root/_nav/index.php
blob: c4064d458bc87cecc3ce6f1c270ec7e4fb283b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html lang="en">
<head>
    <meta name="robots" content="noindex,nosnippet,nofollow">
    <style>
    #navdoc { font: 14px/1.4 "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; }
    #navdoc code { background: #333; color: #eee; font-size: 80%; padding: 0.5em; }
    </style>
</head>
<body id="navdoc">
    <?php
    include '../lib/php-markdown/markdown.php';
    echo Markdown(file_get_contents('README.md'));
    ?>
    <script src="/_nav/js/"></script>
    <p>(this document uses the Javascript snippet)
</body>
</html>