blob: 48d9555e5a714adcf59f37ff23aa17dd664b41a3 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test Page back</title>
<style type="text"></style>
<script type="text/javascript">
var pageReady = false;
function resizePage()
{
pageReady = true;
}
</script>
</head>
<body onload="resizePage()">
<H1 align='center'>TEST Page back </H1>
</html>