diff options
Diffstat (limited to 'app/welcome-html.lsp')
-rw-r--r-- | app/welcome-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/welcome-html.lsp b/app/welcome-html.lsp index 7f205fe..b961a83 100644 --- a/app/welcome-html.lsp +++ b/app/welcome-html.lsp @@ -1,3 +1,5 @@ <? view = ... ?> <h1>Alpine Configuration Framework</h1> <p>Welcome.</p> + +<? io.write(html.cfe_unpack(view)) ?> |