contents_main.ejs 325 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <div class="contents_main"> <form method="POST" action="/join"> <label>id:</label><input type="text" name="id"><br/> <label>pwd:</label><input type="password" name="pwd"><br/> <label>name:</label><input type="text" name="name"><br/> <button type="submit">가입</button> </form> </div>