JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
generic editable site
[wfpl-cms.git] / admin.html
diff --git a/admin.html b/admin.html
new file mode 100644 (file)
index 0000000..2cf3368
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+       <title><!--~main_title show {~-->~this_host~ Administration<!--~}~--></title>
+       <link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body>
+       <!--~main_body show {~-->
+               <h2>~this_host~ Administration</h2>
+
+               <p><a href="admin_images">Upload/edit images</a></p>
+
+               <p><a href="admin_pages">Add/edit pages</a></p>
+
+               <p><a href="logout">Log out</a></p>
+       <!--~}~-->
+</body>
+</html>