forked from H-uru/moul-assets
19 lines
650 B
HTML
19 lines
650 B
HTML
<html>
|
|
<head>
|
|
<title>Kahlo</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
<frameset rows="130,*" frameborder="NO" border="0" framespacing="0" cols="*">
|
|
<frame name="topFrame" scrolling="NO" noresize src="TopFrame.html" >
|
|
<frameset cols="168,642,*" frameborder="NO" border="0" framespacing="0" rows="*">
|
|
<frame name="leftFrame" scrolling="NO" noresize src="LeftFrame.html">
|
|
<frame name="mainFrame" src="mainframe.html">
|
|
<frame src="FILLERBlack.html" scrolling="NO">
|
|
</frameset>
|
|
</frameset>
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
</body>
|
|
</noframes>
|
|
</html>
|