Mercurial Hosting > luan
changeset 381:83efd1e3685c
add link to Programming in Lua
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 22 Apr 2015 13:17:35 -0600 |
parents | 6c6c3537035e |
children | 8557581740db |
files | website/src/docs.html website/src/pil.html |
diffstat | 2 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/website/src/docs.html Wed Apr 22 13:10:48 2015 -0600 +++ b/website/src/docs.html Wed Apr 22 13:17:35 2015 -0600 @@ -20,6 +20,7 @@ <big> <p> + <a href="pil.html">Programming in Lua</a><br> <a href="manual.html">Reference Manual</a><br> <a href="diff.html">How Luan differs from Lua</a><br> </p>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/website/src/pil.html Wed Apr 22 13:17:35 2015 -0600 @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Programming in Lua</title> + + <link href="http://www.simplyhtml.org/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> + <link rel="stylesheet" href="http://www.simplyhtml.org/assets/font-awesome/css/font-awesome.min.css"> + <script src="http://www.simplyhtml.org/assets/jquery/jquery.min.js"></script> + + <link href="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.css" rel="stylesheet"/> + <script src="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.js"></script> + </head> + <body> + <div container> + <div><small><a href="/">Luan</a></small></div> + <h1 margin-bottom="1em">Programming in Lua</h1> + + <p>Even though <a href="http://www.lua.org/pil/">Programming in Lua</a> is about Lua, not Luan, it still serves as an excellent introduction to Luan since the languages are so close.</p> + + </div> + + <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> + </body> +</html>