diff options
Diffstat (limited to 'src/ffluci/view/public_index')
-rw-r--r-- | src/ffluci/view/public_index/index.htm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ffluci/view/public_index/index.htm b/src/ffluci/view/public_index/index.htm new file mode 100644 index 000000000..a18613286 --- /dev/null +++ b/src/ffluci/view/public_index/index.htm @@ -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%>
\ No newline at end of file |