-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 2.89 KB
/
Copy pathindex.html
File metadata and controls
64 lines (64 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Soundlog 모바일 앱의 개인정보 처리방침과 서비스 이용약관 및 고객지원 안내입니다." />
<meta name="theme-color" content="#05091c" />
<meta property="og:title" content="Soundlog 정책 및 고객지원" />
<meta property="og:description" content="Soundlog 모바일 앱의 정책과 고객지원 정보를 확인하세요." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://soundlogteam.github.io/" />
<link rel="canonical" href="https://soundlogteam.github.io/" />
<link rel="stylesheet" href="/assets/styles.css" />
<title>정책 및 고객지원 | Soundlog</title>
</head>
<body>
<a class="skip-link" href="#main">본문으로 바로가기</a>
<header class="site-header">
<div class="header-inner">
<a class="brand" href="/" aria-label="Soundlog 정책 및 고객지원 홈">
<span class="brand-mark" aria-hidden="true"></span>
<span class="brand-name">Soundlog</span>
</a>
<nav class="site-nav" aria-label="주요 메뉴">
<a href="/legal/privacy/">개인정보 처리방침</a>
<a href="/legal/terms/">이용약관</a>
<a href="/support/">고객지원</a>
</nav>
</div>
</header>
<main class="page-shell" id="main">
<p class="eyebrow">Policy & Support</p>
<h1>Soundlog를 안심하고 이용할 수 있도록 안내합니다.</h1>
<p class="lead">Soundlog 모바일 앱의 데이터 처리 기준과 서비스 이용 조건 및 문의 방법을 한곳에서 확인할 수 있습니다.</p>
<div class="card-grid">
<a class="link-card" href="/legal/privacy/">
<span class="card-number">01</span>
<strong>개인정보 처리방침</strong>
<span>수집하는 정보와 이용 목적 및 삭제 방법</span>
</a>
<a class="link-card" href="/legal/terms/">
<span class="card-number">02</span>
<strong>서비스 이용약관</strong>
<span>앱 이용 조건과 콘텐츠 안전 정책</span>
</a>
<a class="link-card" href="/support/">
<span class="card-number">03</span>
<strong>고객지원</strong>
<span>앱 문의와 데이터 삭제 및 신고 안내</span>
</a>
</div>
</main>
<footer class="site-footer">
<div class="footer-inner">
<p>© 2026 Soundlog. All rights reserved.</p>
<div class="footer-links">
<a href="mailto:hcy032020@gmail.com">hcy032020@gmail.com</a>
<a href="/legal/privacy/">개인정보 처리방침</a>
<a href="/legal/terms/">이용약관</a>
</div>
</div>
</footer>
</body>
</html>