comparison website/src/pil.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 d3e61cd2aca0
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>Programming in Lua</title> 4 <title>Programming in Lua</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 <div small><a href="/">Luan</a></div> 10 <div small>
11 <a href=".">Luan</a>
12 / <a href="docs.html">Documentation</a>
13 </div>
11 14
12 <h1>Programming in Lua</h1> 15 <h1>Programming in Lua</h1>
13 16
14 <p>Even though <a href="http://www.lua.org/pil/">Programming in Lua</a> is about Lua, not Luan, it still serves as an excellent introduction to Luan since the languages are so close.</p> 17 <p>Even though <a href="http://www.lua.org/pil/">Programming in Lua</a> is about Lua, not Luan, it still serves as an excellent introduction to Luan since the languages are so close.</p>
15 </body> 18 </body>