Add legal pages: terms, privacy policy, and SLA

- Add terms.html (이용약관)
- Add privacy.html (개인정보처리방침)
- Add sla.html (서비스 수준 협약)
- Update footer links to internal pages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-20 23:53:05 +09:00
parent 586d123e27
commit 86119b2890
4 changed files with 771 additions and 3 deletions

View File

@@ -702,9 +702,9 @@
<!-- Links -->
<div class="flex flex-wrap justify-center gap-8">
<a href="https://t.me/AnvilForgeBot?start=terms" target="_blank" rel="noopener noreferrer" class="text-slate-400 hover:text-brand-400 transition underline-animation">이용약관</a>
<a href="https://t.me/AnvilForgeBot?start=privacy" target="_blank" rel="noopener noreferrer" class="text-slate-400 hover:text-brand-400 transition underline-animation">개인정보처리방침</a>
<a href="https://t.me/AnvilForgeBot?start=sla" target="_blank" rel="noopener noreferrer" class="text-slate-400 hover:text-brand-400 transition underline-animation">SLA</a>
<a href="/terms.html" class="text-slate-400 hover:text-brand-400 transition underline-animation">이용약관</a>
<a href="/privacy.html" class="text-slate-400 hover:text-brand-400 transition underline-animation">개인정보처리방침</a>
<a href="/sla.html" class="text-slate-400 hover:text-brand-400 transition underline-animation">SLA</a>
</div>
<!-- Company Info -->