Mercurial Hosting > luan
comparison website/src/diff.html.luan @ 1324:1660136ac451
website - remove Shared.luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Feb 2019 22:38:46 -0700 |
parents | 5dbb552075ff |
children |
comparison
equal
deleted
inserted
replaced
1323:3860ed4b8552 | 1324:1660136ac451 |
---|---|
1 local Io = require "luan:Io.luan" | 1 local Io = require "luan:Io.luan" |
2 local Http = require "luan:http/Http.luan" | 2 local Http = require "luan:http/Http.luan" |
3 local Shared = require "site:/Shared.luan" | |
4 | 3 |
5 | 4 |
6 return function() | 5 return function() |
7 Io.stdout = Http.response.text_writer() | 6 Io.stdout = Http.response.text_writer() |
8 %> | 7 %> |
14 @import "/site.css"; | 13 @import "/site.css"; |
15 </style> | 14 </style> |
16 </head> | 15 </head> |
17 <body> | 16 <body> |
18 | 17 |
19 <% Shared.header() %> | 18 <div small><a href="/">Luan</a></div> |
19 | |
20 <h1>How Luan differs from Lua</h1> | 20 <h1>How Luan differs from Lua</h1> |
21 | 21 |
22 <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> | 22 <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> |
23 | 23 |
24 <hr/> | 24 <hr/> |