16 lines
327 B
HTML
16 lines
327 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>blank_page</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<script language="javascript">
|
|
function init() {
|
|
document.designMode = 'on';
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="init();">
|
|
|
|
</body>
|
|
</html>
|