Sign in
apache
/
wicket
/
rel/wicket-7.1.0
/
.
/
wicket-examples
/
src
/
main
/
webapp
/
staticpages
/
another
/
page.html
blob: 7bb19b016ed2ff14143c8aca0458d09f67735714 [
file
] [
log
] [
blame
]
<html>
<body
bgcolor
=
"white"
>
<h1>
Yet another page
</h1>
<p>
Notice the URL, you are reassured now, yes Wicket can actually make use of beautiful URLs!
</p>
<p><a
href
=
"../.."
>
Back to the examples
</a></p>
</body>
</html>