blob: 65cc2325c13f7363a1e11ff88ab6a8df19fd26e2 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test Page fwd</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 fwd </H1>
</html>