Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 45c48c9

Browse files
committed
앵커 수정
1 parent 4036d61 commit 45c48c9

1 file changed

Lines changed: 48 additions & 14 deletions

File tree

privacy.html

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,58 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>개인정보처리방침 | LG UltraTab Extension</title>
6+
<title>Privacy Policy | LG UltraTab Extension</title>
77
<style>
88
:root { color-scheme: light dark; }
9-
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; line-height: 1.65; margin: 24px; max-width: 980px; }
9+
html { scroll-behavior: smooth; }
10+
body {
11+
font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
12+
line-height: 1.65;
13+
margin: 24px;
14+
max-width: 980px;
15+
}
1016
h1, h2, h3 { line-height: 1.25; }
1117
hr { margin: 24px 0; }
1218
code { background: rgba(127,127,127,.15); padding: 2px 6px; border-radius: 6px; }
19+
a { color: inherit; }
1320
.meta { color: #444; }
14-
.box { border: 1px solid rgba(127,127,127,.35); border-radius: 10px; padding: 12px 14px; background: rgba(127,127,127,.07); }
21+
.box {
22+
border: 1px solid rgba(127,127,127,.35);
23+
border-radius: 10px;
24+
padding: 12px 14px;
25+
background: rgba(127,127,127,.07);
26+
}
27+
.toc a { text-decoration: underline; }
1528
ul { padding-left: 20px; }
1629
li { margin: 4px 0; }
30+
.toplinks { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
31+
.pill {
32+
display: inline-block;
33+
padding: 6px 10px;
34+
border: 1px solid rgba(127,127,127,.35);
35+
border-radius: 999px;
36+
background: rgba(127,127,127,.07);
37+
text-decoration: none;
38+
}
39+
.pill:hover { background: rgba(127,127,127,.12); }
40+
.section-top { margin-top: 28px; }
41+
.backtotop { margin-top: 18px; }
42+
.backtotop a { text-decoration: none; }
1743
</style>
1844
</head>
1945

20-
<body>
21-
<h1 id="ko">개인정보처리방침 (Privacy Policy)</h1>
22-
<nav class="box" aria-label="Language shortcuts">
23-
<strong>바로 이동:</strong>
24-
<a href="#ko">한국어</a> ·
25-
<a href="#en">English</a>
26-
</nav>
46+
<body id="top">
47+
<nav class="box toc" aria-label="Language shortcuts">
48+
<div class="toplinks">
49+
<strong>바로 이동:</strong>
50+
<a class="pill" href="#ko">한국어</a>
51+
<a class="pill" href="#en">English</a>
52+
<a class="pill" href="#contact">문의/Contact</a>
53+
</div>
54+
</nav>
55+
56+
<!-- Korean -->
57+
<h1 id="ko" class="section-top">개인정보처리방침 (Privacy Policy)</h1>
2758
<p class="meta">
2859
최종 업데이트: 2026-02-09<br/>
2960
앱 이름: LG UltraTab Extension<br/>
@@ -161,9 +192,7 @@ <h3>5.12 기기 내 이미지 읽기(배경화면/미리보기)</h3>
161192
<li>데이터 처리: 이미지는 기기 내에서만 처리되며 외부로 업로드/전송하지 않습니다.</li>
162193
</ul>
163194

164-
<hr/>
165-
166-
<h2>6) 아동/청소년 관련</h2>
195+
<h2 id="contact">6) 아동/청소년 관련</h2>
167196
<p>본 앱은 아동을 대상으로 개인정보를 수집하지 않으며, 개인정보를 수집하지 않습니다.</p>
168197

169198
<h2>7) 정책 변경</h2>
@@ -172,9 +201,12 @@ <h2>7) 정책 변경</h2>
172201
<h2>8) 문의</h2>
173202
<p>개인정보 관련 문의: <a href="mailto:imasterprox@gmail.com">imasterprox@gmail.com</a></p>
174203

204+
<p class="backtotop"><a class="pill" href="#top">위로</a></p>
205+
175206
<hr/>
176207

177-
<h1 id="en">Privacy Policy (English)</h1>
208+
<!-- English -->
209+
<h1 id="en" class="section-top">Privacy Policy (English)</h1>
178210
<p class="meta">
179211
Last updated: 2026-02-09<br/>
180212
App name: LG UltraTab Extension<br/>
@@ -241,5 +273,7 @@ <h2>6) Changes</h2>
241273

242274
<h2>7) Contact</h2>
243275
<p>For privacy questions, contact: <a href="mailto:imasterprox@gmail.com">imasterprox@gmail.com</a></p>
276+
277+
<p class="backtotop"><a class="pill" href="#top">Back to top</a></p>
244278
</body>
245279
</html>

0 commit comments

Comments
 (0)