Files
core/index.php
T
2018-01-09 19:54:49 +09:00

15 lines
333 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>삼국지 모의전투 유기체서버</title>
<? require('i_banner/analytics.php'); ?>
</head>
<frameset name="index" frameborder="0" border="0">
<frame src="i_entrance/entrance.php" id="entrance" name="entrance">
</frameset>
<noframes></noframes>
</html>