Added initial index page

This commit is contained in:
Steven Barth
2008-03-14 10:46:35 +00:00
parent 08a4f19ded
commit df0656fdf7
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
module(..., package.seeall)
dispatcher = require("ffluci.dispatcher").simpleview
+6
View 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%>