Mercurial Hosting > luan
annotate website/src/docs.html @ 371:e01cddba3433
add manual.html as copy of Lua 5.3 Reference Manual
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 17 Apr 2015 07:25:51 -0600 |
parents | 7999601586b1 |
children | 83efd1e3685c |
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> | |
371
e01cddba3433
add manual.html as copy of Lua 5.3 Reference Manual
Franklin Schmidt <fschmidt@gmail.com>
parents:
370
diff
changeset
|
23 <a href="manual.html">Reference Manual</a><br> |
370 | 24 <a href="diff.html">How Luan differs from Lua</a><br> |
25 </p> | |
26 </big> | |
27 | |
28 </div> | |
29 | |
30 <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> | |
31 </body> | |
32 </html> |