comparison website/src/index.html @ 1326:29d6d7d79c41

website - use relative paths
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 23:13:23 -0700
parents 28c1fc6d9d29
children f2082e9aeaa9
comparison
equal deleted inserted replaced
1325:28c1fc6d9d29 1326:29d6d7d79c41
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Luan</title> 4 <title>Luan</title>
5 <style> 5 <style>
6 @import "/site.css"; 6 @import "site.css";
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <h1>The Luan Programming Language</h1> 10 <h1>The Luan Programming Language</h1>
11 11
12 <p small>under construction...</p> 12 <p small>under construction...</p>
13 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> 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 15
16 <div link><a href="docs.html">Documentation</a></div> 16 <div link><a href="docs.html">Documentation</a></div>
17 <div link><a href="/download/">Download</a></div> 17 <div link><a href="download/">Download</a></div>
18 <div link><a href="https://bitbucket.org/frschmidt/luan">Source</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> 19 <div link><a href="http://forum.luan.ws/">Forum</a></div>
20 </body> 20 </body>
21 </html> 21 </html>