Added the basic menu structure and the EditProfile and Admin pages.
[photos] / src / main / java / org / wamblee / photos / wicket / EditProfilePage.html
diff --git a/src/main/java/org/wamblee/photos/wicket/EditProfilePage.html b/src/main/java/org/wamblee/photos/wicket/EditProfilePage.html
new file mode 100644 (file)
index 0000000..173e1a2
--- /dev/null
@@ -0,0 +1,16 @@
+<html
+        xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
+<head>
+    <title>Wicket Quickstart Archetype Homepage</title>
+</head>
+<body>
+<strong>Wicket Quickstart Archetype Homepage</strong>
+<br/>
+<br/>
+
+<wicket:extend>
+
+</wicket:extend>
+
+</body>
+</html>