contents_index.ejs 265 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <div class="contents_index"> <form method="POST" action="/login"> <label>id:</label><input type="text" name="id"><br/> <label>pwd:</label><input type="password" name="pwd"><br/> <button type="submit">로그인</button> </form> </div>