This commit is contained in:
2026-02-05 10:42:13 +09:00
67 changed files with 8090 additions and 1860 deletions

View File

@@ -1,3 +1,8 @@
<?php
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
?>
<!DOCTYPE html>
<!--index.php-->
<html lang="ko">
@@ -60,7 +65,6 @@
<!-- // Intro Screen -->
</div>
<?php
include __DIR__ . "/pop_login.php";
include __DIR__ . "/pop_join.php";
include __DIR__ . "/pop_agreement.php";
include __DIR__ . "/pop_mypage01.php";
@@ -77,7 +81,6 @@
<script src="/kngil/js/index.js"></script>
<script src="/kngil/js/mypage.js"></script>
<script src="/kngil/js/join.js"></script>
<script type="module" src="/kngil/js/login.js"></script>
<script src="/kngil/js/login_sms.js"></script>
</body>
</html>