Contact (문의하기)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>Contact | 천안문쌀짜장 첫번째단골</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Apple SD Gothic Neo,Pretendard,Malgun Gothic,Arial,sans-serif;line-height:1.6;color:#111;margin:0;padding:24px;background:#fafafa;}
.container{max-width:860px;margin:0 auto;background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 6px rgba(0,0,0,.08);}
h1{font-size:1.8rem;margin-bottom:16px;}
p{margin:8px 0;}
a{color:#0077cc;text-decoration:none;}
a:hover{text-decoration:underline;}
form{display:flex;flex-direction:column;gap:12px;margin-top:16px;}
input,textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;}
button{background:#0077cc;color:#fff;border:none;border-radius:8px;padding:12px 16px;font-size:1rem;cursor:pointer;}
button:hover{background:#005fa3;}
.info{margin-top:24px;padding-top:12px;border-top:1px solid #eee;font-size:.95rem;color:#555;}
</style>
</head>
<body>
<div class="container">
<h1>Contact (문의하기)</h1>
<p>천안문쌀짜장 첫번째단골 블로그에 방문해주셔서 감사합니다 🙏<br>
아래 양식을 통해 문의사항이나 제휴, 광고 관련 요청을 보내주세요.<br>
3–5 영업일 이내에 답변드립니다.</p>
<!-- Google Form 예시 (필요시 변경 가능) -->
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdGEXAMPLE/viewform?embedded=true" width="100%" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<div class="info">
<p><strong>📧 ckdgmleh@gmail.com:</strong> <a href="mailto:ckdgmleh@gmail.com">ckdgmleh@gmail.com</a></p>
<p><strong>🏠 주소:</strong> 창원시 진해구 태평로103 천안문쌀짜장</p>
<p><strong>🌐 블로그:</strong> <a href="https://ckdgmleh5.blogspot.com" target="_blank">https://ckdgmleh5.blogspot.com</a></p>
</div>
</div>
</body>
</html>
댓글
댓글 쓰기