Sign in
apache
/
wicket
/
cf46110a51c6a5cf2628a0dd46207f36b4fda740
/
.
/
wicket-core
/
src
/
test
/
java
/
org
/
apache
/
wicket
/
protocol
/
https
/
HttpsPage.html
blob: b5185cb6a8646bac7b7c1d43ac96843af1c5b21e [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<!DOCTYPE html>
<html
xmlns:wicket
=
"http://wicket.apache.org"
>
<head>
<meta
http-equiv
=
"Content-Type"
content
=
"text/html;charset=UTF-8"
/>
<title>
Secure Page
</title>
</head>
<body>
secure page
</body>
</html>