Mercurial Hosting > luan
annotate website/src/docs.html @ 382:8557581740db
added tutorial
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 22 Apr 2015 20:38:48 -0600 |
parents | 83efd1e3685c |
children |
rev | line source |
---|---|
370 | 1 <!DOCTYPE html> |
2 <html lang="en"> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
6 | |
7 <title>Luan Documentation</title> | |
8 | |
9 <link href="http://www.simplyhtml.org/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
10 <link rel="stylesheet" href="http://www.simplyhtml.org/assets/font-awesome/css/font-awesome.min.css"> | |
11 <script src="http://www.simplyhtml.org/assets/jquery/jquery.min.js"></script> | |
12 | |
13 <link href="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.css" rel="stylesheet"/> | |
14 <script src="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.js"></script> | |
15 </head> | |
16 <body> | |
17 <div container> | |
18 <div><small><a href="/">Luan</a></small></div> | |
19 <h1 margin-bottom="1em">Luan Documentation</h1> | |
20 | |
21 <big> | |
22 <p> | |
382 | 23 <a href="tutorial.html">Tutorial</a><br> |
24 <a href="pil.html">Programming in Lua (book)</a><br> | |
371
e01cddba3433
add manual.html as copy of Lua 5.3 Reference Manual
Franklin Schmidt <fschmidt@gmail.com>
parents:
370
diff
changeset
|
25 <a href="manual.html">Reference Manual</a><br> |
370 | 26 <a href="diff.html">How Luan differs from Lua</a><br> |
27 </p> | |
28 </big> | |
29 | |
30 </div> | |
31 | |
32 <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> | |
33 </body> | |
34 </html> |