<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>My Site</title>
<!-- Voti: 여기 한 줄만 추가하세요 -->
<script src="https://cdn.voti.io/v1/voti.js"
data-token="YOUR_TOKEN"
async></script>
</head>
<body>
<form id="contact-form">
<input name="email" type="email" />
<button type="submit">보내기</button>
</form>
</body>
</html>