| 
351
 | 
     1 <!DOCTYPE html>
 | 
| 
 | 
     2 <html lang="en">
 | 
| 
 | 
     3 	<head>
 | 
| 
 | 
     4 		<meta charset="utf-8">
 | 
| 
 | 
     5 		<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
| 
 | 
     6 
 | 
| 
 | 
     7 		<title>Luan</title>
 | 
| 
 | 
     8 		
 | 
| 
 | 
     9 		<link href="http://www.simplyhtml.org/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
 | 
| 
 | 
    10 		<link rel="stylesheet" href="http://www.simplyhtml.org/assets/font-awesome/css/font-awesome.min.css">
 | 
| 
 | 
    11 		<script src="http://www.simplyhtml.org/assets/jquery/jquery.min.js"></script>
 | 
| 
 | 
    12 
 | 
| 
 | 
    13 		<link href="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.css" rel="stylesheet"/>
 | 
| 
 | 
    14 		<script src="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.js"></script>
 | 
| 
 | 
    15 	</head>
 | 
| 
 | 
    16 	<body>
 | 
| 
 | 
    17 		<div container>
 | 
| 
 | 
    18 			<h1>The Luan Programming Language</h1>
 | 
| 
 | 
    19 			<big>
 | 
| 
352
 | 
    20 				<p margin-bottom="2em">under construction...</p>
 | 
| 
 | 
    21 				<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>
 | 
| 
351
 | 
    22 				<p>
 | 
| 
353
 | 
    23 					<a href="diff.html">Documentation</a><br>
 | 
| 
351
 | 
    24 					<a href="https://www.dropbox.com/sh/i7imf67wzj7z3h2/AABrpM0L1apqHysb_ot5t2dla?dl=0
 | 
| 
 | 
    25 	">Download</a><br>
 | 
| 
 | 
    26 					<a href="https://bitbucket.org/frschmidt/luan">Source</a><br>
 | 
| 
353
 | 
    27 					<a href="http://luan.7479.n7.nabble.com/">Forum</a><br>
 | 
| 
351
 | 
    28 				</p>
 | 
| 
 | 
    29 			</big>
 | 
| 
353
 | 
    30 			<p margin-top="2em"><small>This website was made with <a href="http://www.simplyhtml.org/">SimplyHTML</a>.</small></p>
 | 
| 
351
 | 
    31 		</div>
 | 
| 
 | 
    32 		
 | 
| 
 | 
    33 		<script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script>
 | 
| 
 | 
    34 	</body>
 | 
| 
 | 
    35 </html>
 |