1
|
1 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
2 |
<head>
|
|
3 |
<title>blank_page</title>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
5 |
<script language="javascript">
|
|
6 |
function init() {
|
|
7 |
document.body.contentEditable = true;
|
|
8 |
document.designMode = 'on';
|
|
9 |
parent.initIframe(document);
|
|
10 |
window.focus();
|
|
11 |
}
|
|
12 |
</script>
|
|
13 |
<link href="css/blank.css" rel="stylesheet" type="text/css" />
|
|
14 |
<base target="_self" />
|
|
15 |
</head>
|
|
16 |
<body onload="init();">
|
|
17 |
|
|
18 |
</body>
|
|
19 |
</html>
|