01.4 로그인페이지 만들기

이셀·2022년 10월 18일
0

내일 배움단 

목록 보기
1/8
<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>로그인 페이지</title>
</head>
<body>
    <h1>로그인 페이지</h1>
    <p>id : <input type="text1"></p>
    <p>pw : <input type="text2"></p>
    <button>로그인하기</button>
</body>
</html>
profile
프론트엔드 개발 과정을 기록 중입니다:)

0개의 댓글