Mercurial Hosting > luan
comparison website/src/index.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/index.html.luan@3860ed4b8552 |
children | 29d6d7d79c41 |
comparison
equal
deleted
inserted
replaced
1324:1660136ac451 | 1325:28c1fc6d9d29 |
---|---|
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <title>Luan</title> | |
5 <style> | |
6 @import "/site.css"; | |
7 </style> | |
8 </head> | |
9 <body> | |
10 <h1>The Luan Programming Language</h1> | |
11 | |
12 <p small>under construction...</p> | |
13 | |
14 <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> | |
15 | |
16 <div link><a href="docs.html">Documentation</a></div> | |
17 <div link><a href="/download/">Download</a></div> | |
18 <div link><a href="https://bitbucket.org/frschmidt/luan">Source</a></div> | |
19 <div link><a href="http://forum.luan.ws/">Forum</a></div> | |
20 </body> | |
21 </html> |