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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user