main.ejs 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <form action = "/starting" method = "post"> <label>이름</label> <input type="text" name = "name"> <label>생년월일</label> <input type="text" name = "birth"> <input type="submit" value = "시작"> </form>