annotate website/src/docs.html @ 381:83efd1e3685c

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