Added initial index page
This commit is contained in:
parent
08a4f19ded
commit
df0656fdf7
2 changed files with 8 additions and 0 deletions
2
src/ffluci/controller/public/index.lua
Normal file
2
src/ffluci/controller/public/index.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
module(..., package.seeall)
|
||||
dispatcher = require("ffluci.dispatcher").simpleview
|
6
src/ffluci/view/index/index.htm
Normal file
6
src/ffluci/view/index/index.htm
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%+header%>
|
||||
<h1><%:hello Hallo!%></h1>
|
||||
<p><%:welcome1 Dies ist der Funknetzknoten %>
|
||||
<em><%=require("ffluci.sys").hostname()%></em>!</p>
|
||||
<p><em>ToDo: Intelligenter Einleitungstext</em></p>
|
||||
<%+footer%>
|
Loading…
Reference in a new issue