경로 수정 및 불필요한 파일 삭제: CSS 파일 경로를 절대 경로로 변경하고, 사용되지 않는 install.css 및 이미지 파일을 삭제함. 또한, 여러 파일에서 include 경로를 수정하여 일관성을 유지함.

This commit is contained in:
kagla
2025-04-11 12:56:45 +09:00
parent 918ad48675
commit b8da0f0890
9 changed files with 21 additions and 56 deletions

View File

@ -4,12 +4,12 @@ $data_path = '../'.G5_DATA_DIR;
if (! (isset($title) && $title)) $title = G5_VERSION." 설치";
?>
<!doctype html>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title><?php echo $title; ?></title>
<link rel="stylesheet" href="install.css">
<link rel="stylesheet" href="/css/install/install.css">
</head>
<body>