diff website/src/pil.html @ 1325:28c1fc6d9d29

website - make docs html
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 23:00:20 -0700
parents website/src/pil.html.luan@1660136ac451
children 29d6d7d79c41
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/src/pil.html	Thu Feb 07 23:00:20 2019 -0700
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+	<head>
+		<title>Programming in Lua</title>
+		<style>
+			@import "/site.css";
+		</style>
+	</head>
+	<body>
+		<div small><a href="/">Luan</a></div>
+
+		<h1>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>
+	</body>
+</html>