Skip to content

Instantly share code, notes, and snippets.

@mhappy78
mhappy78 / privacy-policy.html
Created April 10, 2026 07:26
내곁AI 개인정보처리방침 (Privacy Policy)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>내곁AI - 개인정보처리방침</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;