view 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
line wrap: on
line source

<!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>