Coding
[HTML] 로그인 페이지
이즈 life
2021. 8. 31. 21:03
<body>
<h1>로그인 페이지</h1>
<p>ID: <input type="text"/></p>
<p>PW: <input type="text"/></p>
<button>로그인하기</button>
</body>