Sign in
apache
/
wicket
/
a68ab540c7788239c410bd420d2dfb323af5fcaf
/
.
/
wicket-examples
/
src
/
java
/
helloworld
/
HelloWorld.html
blob: 28a3817f11360ac7eca62606e6e4dcdd362b908c [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Hello World
</title>
</head>
<body>
<span
id
=
"wcn-message"
>
Here comes the hello world message...
</span>
</body>
</html>