mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
a7337fded7
git-svn-id: http://svn.automattic.com/wordpress/trunk@3664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
20 lines
496 B
HTML
20 lines
496 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>blank_page</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<script language="javascript">
|
|
function init() {
|
|
document.body.contentEditable = true;
|
|
document.designMode = 'on';
|
|
parent.initIframe(document);
|
|
window.focus();
|
|
}
|
|
</script>
|
|
<link href="css/blank.css" rel="stylesheet" type="text/css" />
|
|
<base target="_self" />
|
|
</head>
|
|
<body onload="init();">
|
|
|
|
</body>
|
|
</html>
|