main.ejs 229 Bytes
<form action = "/starting" method = "post">
    <label>이름</label>
    <input type="text" name = "name">
    <label>생년월일</label>
    <input type="text" name = "birth">
    <input type="submit" value = "시작">
</form>