58 lines
1.9 KiB
HTML
58 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Project Master Portal</title>
|
|
<link rel="stylesheet" as="style" crossorigin
|
|
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css" />
|
|
<link rel="stylesheet" href="style/common.css">
|
|
<link rel="stylesheet" href="style/dashboard.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav class="topbar">
|
|
<div class="topbar-header">
|
|
<a href="/"><h2>Project Master Test</h2></a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="portal-container">
|
|
<div class="portal-header">
|
|
<h1>Project Master 테스트</h1>
|
|
<p>원하시는 서비스에 접속하려면 아래 버튼을 클릭하세요.</p>
|
|
</div>
|
|
|
|
<div class="button-grid">
|
|
<a href="/dashboard" class="portal-card">
|
|
<div class="icon">📊</div>
|
|
<h3>대시보드</h3>
|
|
<p>시스템 운영 현황 및 핵심 지표 요약</p>
|
|
</a>
|
|
|
|
<a href="/inquiries" class="portal-card">
|
|
<div class="icon">📝</div>
|
|
<h3>문의사항</h3>
|
|
<p>프로젝트 관련 문의 및 기술 지원 관리</p>
|
|
</a>
|
|
|
|
<a href="/mailTest" class="portal-card">
|
|
<div class="icon">📧</div>
|
|
<h3>메일관리</h3>
|
|
<p>수집 메일 분석 및 첨부파일 분류 현황</p>
|
|
</a>
|
|
|
|
<a href="/analysis" class="portal-card">
|
|
<div class="icon">📈</div>
|
|
<h3>분석 (Sabermetrics)</h3>
|
|
<p>AI 기반 운영 활력 및 자산 가치 정밀 분석</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="js/common.js"></script>
|
|
</body>
|
|
|
|
</html> |