Skip to content

Commit

Permalink
버튼 아이콘 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
quack337 committed Apr 11, 2024
1 parent f5ca9e3 commit 242565f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/static/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ <h1 class="login-header">소프 게시판 로그인</h1>
<input type="password" name="password" placeholder="비밀번호" /> <br/>
</div>
<br/>
<button type="submit" class="btn blue">로그인</button>
<a href="signUp.html" class="btn">회원가입</a>
<button type="submit" class="btn blue">
<i class="fa fa-sign-in-alt"></i> 로그인
</button>
<a href="signUp.html" class="btn">
<i class="fa fa-user-plus"></i> 회원가입
</a>
</form>
</div>
</div>
Expand Down

0 comments on commit 242565f

Please sign in to comment.