Mercurial Hosting > luan
comparison website/src/pil.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 | |
children |
comparison
equal
deleted
inserted
replaced
380:6c6c3537035e | 381:83efd1e3685c |
---|---|
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>Programming in Lua</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">Programming in Lua</h1> | |
20 | |
21 <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> | |
22 | |
23 </div> | |
24 | |
25 <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> | |
26 </body> | |
27 </html> |