blob: c86f69c16ae6716ac24b3065a6ce8d834916b580 [file] [log] [blame]
<html>
<head>
<title>Admin</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h2>Welcome ADMIN!</h2>
<p>
This page should only be accessible if you are signed in as an administrator.
<p>
<wicket:link><a href="HomePage.html">Home</a></wicket:link><br/>
<wicket:link><a href="MySignOutPage.html">Sign Out</a></wicket:link>
</body>
</html>