<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<head>
    <title>Wicket Examples - hellobrowser</title>
</head>
<body>
    <wicket:extend>
        <p>
            This page uses <em>org.apache.wicket.ajax.AjaxClientInfoBehavior</em>
            to collect the following information: <br /><br />
            ClientProperties: <span wicket:id="clientinfo">client info here</span>
        </p>
    
        <p>
            <span wicket:id="clienttime">client time info here</span>
        </p>
    </wicket:extend>
</body>
</html>