Files
firstgarden-web-gnu/index.php
2012-11-05 17:04:19 +09:00

17 lines
317 B
PHP

<?
include_once('./_common.php');
include_once($g4['path'].'/lib/latest.lib.php');
$g4['title'] = '';
include_once('./_head.php');
?>
강좌홈페이지 작업 중입니다.<br>
현재 HTML5 로 선언되어 있습니다.<br>
chicpro 님도 참가합니다.<br>
반갑습니다.
<?
include_once('./_tail.php');
?>