Mercurial Hosting > luan
comparison website/src/index.html.luan @ 1323:3860ed4b8552
simplify website css
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Feb 2019 05:38:38 -0700 |
parents | 41b35c15ad36 |
children |
comparison
equal
deleted
inserted
replaced
1322:d5739c101bd6 | 1323:3860ed4b8552 |
---|---|
10 <html> | 10 <html> |
11 <head> | 11 <head> |
12 <title>Luan</title> | 12 <title>Luan</title> |
13 <style> | 13 <style> |
14 @import "/site.css"; | 14 @import "/site.css"; |
15 h1 { | |
16 margin: .5em 0 0; | |
17 } | |
18 div[uc] { | |
19 margin: .5em 0 2.5em; | |
20 } | |
21 div[intro] { | |
22 margin: 1.5em 0; | |
23 } | |
24 div[link] { | |
25 margin: 0.5em 0; | |
26 } | |
27 </style> | 15 </style> |
28 </head> | 16 </head> |
29 <body> | 17 <body> |
30 <div container> | 18 <h1>The Luan Programming Language</h1> |
31 <h1>The Luan Programming Language</h1> | 19 |
32 <div uc>under construction...</div> | 20 <p small>under construction...</p> |
33 <div intro>Luan is a <a href="http://www.lua.org">Lua</a>-like language implemented in <a href="https://www.oracle.com/java/">Java</a>.</div> | 21 |
34 <div link><a href="docs.html">Documentation</a></div> | 22 <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> |
35 <div link><a href="/download/">Download</a></div> | 23 |
36 <div link><a href="https://bitbucket.org/frschmidt/luan">Source</a></div> | 24 <div link><a href="docs.html">Documentation</a></div> |
37 <div link><a href="http://forum.luan.ws/">Forum</a></div> | 25 <div link><a href="/download/">Download</a></div> |
38 </div> | 26 <div link><a href="https://bitbucket.org/frschmidt/luan">Source</a></div> |
27 <div link><a href="http://forum.luan.ws/">Forum</a></div> | |
39 </body> | 28 </body> |
40 </html> | 29 </html> |
41 <% | 30 <% |
42 end | 31 end |