tri-ability/net/sub/pop_email.html
2023-06-20 10:47:12 +09:00

24 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>이메일무단수집거부</title>
<link rel="stylesheet" type="text/css" href="/css/notosanskr.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<style type="text/css">
html {overflow:auto;}
p {margin:10px 0;}
.pop_wrap h1 {background:#0b7ed6; font-size:20px; font-weight:500; color:#fff; line-height:45px; padding:0 0 0 20px;}
.pop_wrap .content {padding:20px; font-size:14px; font-weight:300; line-height:22px; color:#555;}
</style>
</head>
<body style="background:#fff;">
<div class="pop_wrap">
<h1>이메일무단수집거부</h1>
<div class="content">
<p>본 웹사이트에 게시된 이메일 주소가 전자우편 수집 프로그램이나 그 밖의 기술적 장치를 이용하여 무단으로 수집되는 것을 거부하며 이를 위반시 정보통신망법에 의해 형사처벌됨을 유념하시기 바랍니다.</p>
</div>
</div>
</body>
</html>