Sign in
apache
/
wicket
/
1f7c78a93f01044bff959760ce3f1dc6a98c384c
/
.
/
wicket-examples
/
src
/
main
/
java
/
org
/
apache
/
wicket
/
examples
/
authentication3
/
BasePage.html
blob: d8821c480f3a2435485fa6dd300ca30615c33624 [
file
] [
log
] [
blame
]
<html
xmlns:wicket
=
"http://wicket.apache.org"
>
<head>
<title>
Wicket Examples - Authentication
</title>
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"style.css"
/>
</head>
<body>
<span
wicket:id
=
"mainNavigation"
/>
<wicket:child/>
</body>
</html>