diff options
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r-- | src/ffluci/view/header.htm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm new file mode 100644 index 0000000000..f47388a424 --- /dev/null +++ b/src/ffluci/view/header.htm @@ -0,0 +1,9 @@ +<% require("ffluci.http").htmlheader() %> +<html> +<head> +<title>FFLuCI Examples</title> +</head> +<body> +<h1>FFLuCI</h1> +<%+menu%> +<div id="content">
\ No newline at end of file |