Skip to content

Commit

Permalink
Feat: 최종프로젝트 심사를 위한 관리자 페이지 계정정보 추가 (#235)
Browse files Browse the repository at this point in the history
* feat: 관리자 페이지 로그인 정보 명시

* refactor: 주석삭제

* refactor: 주석삭제
  • Loading branch information
eunsoni authored Nov 15, 2024
1 parent e96a130 commit dad2e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/static/css/login.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* 기본 스타일 설정 */
body {
font-family: Arial, sans-serif;
background-color: #f4f7fb; /* 연한 배경색 */
font-family: Arial,sans-serif;
background-color: #f4f7fb;
margin: 0;
padding: 0;
color: #333;
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/templates/point/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;">[아이디: admin@kakao.com, 비밀번호: admin123] 입니다</h5>
</form>

<div id="errorMessage" style="color:orange;"></div>
Expand Down

0 comments on commit dad2e4a

Please sign in to comment.