diff --git a/src/ffluci/controller/public/index.lua b/src/ffluci/controller/public/index.lua new file mode 100644 index 0000000000..9ca70f56c1 --- /dev/null +++ b/src/ffluci/controller/public/index.lua @@ -0,0 +1,2 @@ +module(..., package.seeall) +dispatcher = require("ffluci.dispatcher").simpleview \ No newline at end of file diff --git a/src/ffluci/view/index/index.htm b/src/ffluci/view/index/index.htm new file mode 100644 index 0000000000..a186132861 --- /dev/null +++ b/src/ffluci/view/index/index.htm @@ -0,0 +1,6 @@ +<%+header%> +

<%:hello Hallo!%>

+

<%:welcome1 Dies ist der Funknetzknoten %> +<%=require("ffluci.sys").hostname()%>!

+

ToDo: Intelligenter Einleitungstext

+<%+footer%> \ No newline at end of file