comparison website/src/docs.html @ 1325:28c1fc6d9d29

website - make docs html
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 23:00:20 -0700
parents website/src/docs.html.luan@1660136ac451
children 29d6d7d79c41
comparison
equal deleted inserted replaced
1324:1660136ac451 1325:28c1fc6d9d29
1 <!doctype html>
2 <html>
3 <head>
4 <title>Luan Documentation</title>
5 <style>
6 @import "/site.css";
7 </style>
8 </head>
9 <body>
10 <div small><a href="/">Luan</a></div>
11
12 <h1>Luan Documentation</h1>
13
14 <div link><a href="tutorial.html">Tutorial</a></div>
15 <div link><a href="pil.html">Programming in Lua (book)</a></div>
16 <div link><a href="manual.html">Reference Manual</a></div>
17 <div link><a href="diff.html">How Luan differs from Lua</a></div>
18 </body>
19 </html>