comparison website/src/diff.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 b29eefad2111
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>How Luan differs from Lua</title> 4 <title>How Luan differs from 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 10
11 <div small><a href="/">Luan</a></div> 11 <div small>
12 <a href=".">Luan</a>
13 / <a href="docs.html">Documentation</a>
14 </div>
12 15
13 <h1>How Luan differs from Lua</h1> 16 <h1>How Luan differs from Lua</h1>
14 17
15 <p>This document explains how Luan differs from <a href="http://www.lua.org">Lua</a> as described in the <a href="http://www.lua.org/manual/5.3/">Lua 5.3 Reference Manual</a>.</p> 18 <p>This document explains how Luan differs from <a href="http://www.lua.org">Lua</a> as described in the <a href="http://www.lua.org/manual/5.3/">Lua 5.3 Reference Manual</a>.</p>
16 19