(no commit message)
authorErik Brakkee <erik@brakkee.org>
Fri, 27 Aug 2010 22:06:14 +0000 (22:06 +0000)
committerErik Brakkee <erik@brakkee.org>
Fri, 27 Aug 2010 22:06:14 +0000 (22:06 +0000)
wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html [new file with mode: 0644]

diff --git a/wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html b/wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html
new file mode 100644 (file)
index 0000000..5772730
--- /dev/null
@@ -0,0 +1,12 @@
+<html
+       xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
+<head>
+<wicket:head>
+</wicket:head>
+</head>
+<body>
+
+My Test Page
+
+</body>
+</html>