diff website/src/index.html @ 1521:d3e61cd2aca0

docs and shell bug fix
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 25 Jun 2020 23:17:14 -0600
parents f2082e9aeaa9
children bafe6a6797ce
line wrap: on
line diff
--- a/website/src/index.html	Sun Jun 21 18:14:13 2020 -0600
+++ b/website/src/index.html	Thu Jun 25 23:17:14 2020 -0600
@@ -2,6 +2,7 @@
 <html>
 	<head>
 		<title>Luan</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1">
 		<style>
 			@import "site.css";
 		</style>
@@ -13,6 +14,7 @@
 
 		<p>Luan is a <a href="http://www.lua.org">Lua</a>-like language implemented in <a href="https://www.oracle.com/java/">Java</a>.</p>
 
+		<div link><a href="why.html">Why Luan?</a></div>
 		<div link><a href="docs.html">Documentation</a></div>
 		<div link><a href="download/">Download</a></div>
 		<div link><a href="https://hg.luan.ws/luan">Source</a></div>