view website/src/index.html @ 1522:bafe6a6797ce

blasma.html
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 28 Jun 2020 13:13:19 -0600
parents d3e61cd2aca0
children 2052c8a548dd
line wrap: on
line source

<!doctype html>
<html>
	<head>
		<title>Luan</title>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<style>
			@import "site.css";
		</style>
	</head>
	<body>
		<h1>The Luan Programming Language</h1>

		<p small>under construction...</p>

		<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>
		<div link><a href="http://forum.luan.ws/">Support Forum</a></div>
		<div link><a href="blasma.html">Blasma - proposed social forum</a></div>
	</body>
</html>