/[web]/nav/index.php
ViewVC logotype

Contents of /nav/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1097 - (show annotations) (download)
Tue May 15 17:32:53 2012 UTC (11 years, 10 months ago) by rda
File size: 624 byte(s)
fix snippet js call
1 <html lang="en">
2 <head>
3 <meta name="robots" content="noindex,nosnippet,nofollow">
4 <title>mognase doc</title>
5 <style>
6 html, body { margin: 0; padding: 0; }
7 #navdoc { font: 14px/1.4 "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; margin: 10px; }
8 #navdoc code { background: #333; color: #eee; font-size: 80%; padding: 0.5em; }
9 </style>
10 </head>
11 <body class="community">
12 <div id="navdoc">
13 <?php
14 include 'lib/php-markdown/markdown.php';
15 echo Markdown(file_get_contents('README.md'));
16 ?>
17 </div>
18 <script src="/js/"></script>
19 </body>
20 </html>

  ViewVC Help
Powered by ViewVC 1.1.30