Mercurial Hosting > luan
comparison website/src/index.html.luan @ 1654:3f28ea044a32
docs UI
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 04 Apr 2022 22:19:32 -0600 |
parents | 5b8f056527a3 |
children | 58d35500fdb3 |
comparison
equal
deleted
inserted
replaced
1653:418b610e887b | 1654:3f28ea044a32 |
---|---|
19 <body> | 19 <body> |
20 <% header() %> | 20 <% header() %> |
21 <div content> | 21 <div content> |
22 <h1>The Luan Programming Language</h1> | 22 <h1>The Luan Programming Language</h1> |
23 | 23 |
24 <p small>under construction...</p> | |
25 | |
26 <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> | 24 <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> |
27 | 25 |
28 <div link><a href="why.html">Why Luan?</a></div> | 26 <ul links> |
29 <div link><a href="docs.html">Documentation</a></div> | 27 <li><a href="why.html">Why Luan?</a></li> |
30 <div link><a href="download/">Download</a></div> | 28 <li><a href="docs.html">Documentation</a></li> |
31 <div link><a href="https://hg.luan.software/luan">Source</a></div> | 29 <li><a href="download/">Download</a></li> |
32 <div link><a href="http://forum.luan.software/">Support Forum</a></div> | 30 <li><a href="https://hg.luan.software/luan">Source</a></li> |
33 <div link><a href="goodjava.html">The goodjava Library</a></div> | 31 <li><a href="http://forum.luan.software/">Support Forum</a></li> |
32 <li><a href="goodjava.html">The goodjava Library</a></li> | |
33 </ul> | |
34 | 34 |
35 <div footer> | 35 <div footer> |
36 Luan was optimized with <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler <img src="https://www.yourkit.com/images/yklogo.png"></a>. | 36 Luan was optimized with <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler <img src="https://www.yourkit.com/images/yklogo.png"></a>. |
37 </div> | 37 </div> |
38 </div> | 38 </div> |