Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 492:b36cc406d3d2
documentation aesthetics
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 13 May 2015 17:12:15 -0600 |
parents | 4dc9cb26a3a8 |
children | 2b9bc97f0439 |
comparison
equal
deleted
inserted
replaced
491:4dc9cb26a3a8 | 492:b36cc406d3d2 |
---|---|
2 local Io = require "luan:Io" | 2 local Io = require "luan:Io" |
3 local Html = require "luan:Html" | 3 local Html = require "luan:Html" |
4 local Http = require "luan:web/Http" | 4 local Http = require "luan:web/Http" |
5 local Shared = require "site:/Shared" | 5 local Shared = require "site:/Shared" |
6 | 6 |
7 heading_options = [[margin-top="1em"]] | 7 heading_options = [[margin-top="2em" margin-bottom=".6em" textcolor="#233E93"]] |
8 | 8 |
9 function service() | 9 function service() |
10 Io.stdout = Http.response.text_writer() | 10 Io.stdout = Http.response.text_writer() |
11 %> | 11 %> |
12 <html> | 12 <html> |