diff website/src/docs.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/docs.html.luan@1660136ac451
children 29d6d7d79c41
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/src/docs.html	Thu Feb 07 23:00:20 2019 -0700
@@ -0,0 +1,19 @@
+<!doctype html>
+<html>
+	<head>
+		<title>Luan Documentation</title>
+		<style>
+			@import "/site.css";
+		</style>
+	</head>
+	<body>
+		<div small><a href="/">Luan</a></div>
+
+		<h1>Luan Documentation</h1>
+
+		<div link><a href="tutorial.html">Tutorial</a></div>
+		<div link><a href="pil.html">Programming in Lua (book)</a></div>
+		<div link><a href="manual.html">Reference Manual</a></div>
+		<div link><a href="diff.html">How Luan differs from Lua</a></div>
+	</body>
+</html>