Sign in
apache
/
wicket
/
93fb6eb29ee0da6d7e884250c4b5a5f1e72800d9
/
.
/
wicket-core
/
src
/
test
/
java
/
org
/
apache
/
wicket
/
markup
/
html
/
image
/
NonCachingImagePage.html
blob: efaf89f9d18761a8cdcc12b25bfd3d61cb13cb24 [
file
] [
log
] [
blame
]
<html
xmlns:wicket
=
"http://wicket.apache.org/"
>
<head>
<title>
Wicket Examples - pub
</title>
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"style.css"
/>
</head>
<body>
<img
wicket:id
=
"image"
/>
</body>
</html>