ConLite/conlite/templates/standard/template.left_top_blank.html

21 Zeilen
524 B
HTML

<html>
<head>
<title></title>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
<script language="javascript">
function resizeFrame()
{
// resizing frame
parent.parent.frameResize.resizeTopLeftFrame(0);
}
</script>
</head>
<body onLoad="resizeFrame();" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</body>
</html>