Skip to content

Instantly share code, notes, and snippets.

@KimGenius
Last active May 28, 2019 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KimGenius/b8349076b30e1fd07863577d9744c7be to your computer and use it in GitHub Desktop.
Save KimGenius/b8349076b30e1fd07863577d9744c7be to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>문자 발송</title>
</head>
<body>
<form action="/send" method="post">
<input type="text" placeholder="발신번호" name="from">
<input type="text" placeholder="수신번호" name="to">
<input type="text" placeholder="내용" name="text">
<input type="submit" value="발송하기">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment