|
|
|
21년 전
|
조회 609
|
|
|
|
21년 전
|
조회 513
|
|
|
|
21년 전
|
조회 1,644
|
|
|
|
21년 전
|
조회 536
|
|
|
|
21년 전
|
조회 377
|
|
|
|
21년 전
|
조회 409
|
|
|
|
21년 전
|
조회 632
|
|
|
|
21년 전
|
조회 556
|
|
|
|
21년 전
|
조회 1,181
|
|
|
|
21년 전
|
조회 394
|
|
|
|
21년 전
|
조회 763
|
|
|
|
21년 전
|
조회 620
|
|
|
|
21년 전
|
조회 412
|
|
|
|
21년 전
|
조회 368
|
|
|
|
21년 전
|
조회 720
|
|
|
|
21년 전
|
조회 481
|
|
|
|
21년 전
|
조회 490
|
|
|
|
21년 전
|
조회 441
|
|
|
|
21년 전
|
조회 526
|
|
|
|
21년 전
|
조회 613
|
댓글 2개
아래에 index.html파일을 만든 다음 http://jjum.ivyro.net로 접속하시면 됩니다.
소스는 아래와 같습니다.
=========================== index.html ==============================
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
header("ETag: \"$LastModified\"");
?>
<html>
<head>
<title>홈페이지제목</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset cols="0,100%" border="0">
<frame>
<frame src="http://jjum.ivyro.net/gnu">
<noframes>
<p> </p>
</noframes>
</frameset>
</html>
==================================================================
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>용산 게임 프라자 토탈 게임 전문 쇼핑몰</title>
</head>
<frameset rows="0*, 100%" border="0">
<frame src="" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="gnu/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
</body>
</noframes>
</frameset>
</html>