Mercurial Hosting > luan
comparison 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 |
comparison
equal
deleted
inserted
replaced
1520:d9a5405a3102 | 1521:d3e61cd2aca0 |
---|---|
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Luan</title> | 4 <title>Luan</title> |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
5 <style> | 6 <style> |
6 @import "site.css"; | 7 @import "site.css"; |
7 </style> | 8 </style> |
8 </head> | 9 </head> |
9 <body> | 10 <body> |
11 | 12 |
12 <p small>under construction...</p> | 13 <p small>under construction...</p> |
13 | 14 |
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 <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 |
17 <div link><a href="why.html">Why Luan?</a></div> | |
16 <div link><a href="docs.html">Documentation</a></div> | 18 <div link><a href="docs.html">Documentation</a></div> |
17 <div link><a href="download/">Download</a></div> | 19 <div link><a href="download/">Download</a></div> |
18 <div link><a href="https://hg.luan.ws/luan">Source</a></div> | 20 <div link><a href="https://hg.luan.ws/luan">Source</a></div> |
19 <div link><a href="http://forum.luan.ws/">Forum</a></div> | 21 <div link><a href="http://forum.luan.ws/">Forum</a></div> |
20 </body> | 22 </body> |