itsolution/module/online/mail_send.html
2021-10-26 18:21:20 +09:00

19 lines
665 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p style='padding:20px;font-size:12px;margin:10px 10px; 0 0;'>
<strong>※ 문의접수</strong><br><br>
<strong>* 이름 : ::이름::</strong><br>
<strong>* 연락처 : ::연락처::</strong><br>
<strong>* 이메일 : ::이메일::</strong><br>
<strong>* 제목 : ::제목::</strong><br>
<strong>* 내용 : </strong> <br><br>
::내용::
</p>
</tbody>
</table>
</body>
</html>