| <?xml version="1.0" encoding="UTF-8"?> | |
| <html xmlns:wicket='http://wicket.sourceforge.net/wicket'> | |
| <head> | |
| <title>Wicket Examples - helloworld</title> | |
| <link rel="stylesheet" type="text/css" href="style.css"/> | |
| </head> | |
| <body> | |
| <span wicket:id="mainNavigation"/> | |
| <span wicket:id="message">Message goes here</span> | |
| </body> | |
| </html> |