-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: 최종프로젝트 심사를 위한 관리자 페이지 계정정보 추가 (#235)
* feat: 관리자 페이지 로그인 정보 명시 * refactor: 주석삭제 * refactor: 주석삭제
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ <h1>Admin Login</h1> | |
<input id="password" name="password" required type="password"> | ||
</div> | ||
<button type="submit">Login</button> | ||
<h5 style="color: blue;">안녕하세요 멘토님:) 관리자 로그인 정보는</h5> | ||
<h5 style="color: blue;">[아이디: [email protected], 비밀번호: admin123] 입니다</h5> | ||
</form> | ||
|
||
<div id="errorMessage" style="color:orange;"></div> | ||
|