Skip to content

Commit

Permalink
style: Modify page
Browse files Browse the repository at this point in the history
  • Loading branch information
todyDev committed Oct 26, 2018
1 parent 094cb34 commit 3cc9ada
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion securityPrj/src/main/webapp/WEB-INF/views/admin/page.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<br><br>
<div class="container text-center">
<h1>ADMIN PAGE</h1><br>
<h6><a href="#" class="badge badge-pill badge-info">LOGIN</a> 로그인 해주세요.</h6>
</div>
<br><br>
<div class="container text-center">
Expand Down
1 change: 0 additions & 1 deletion securityPrj/src/main/webapp/WEB-INF/views/member/page.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<br><br>
<div class="container text-center">
<h1>MEMBER PAGE</h1><br>
<h6><a href="#" class="badge badge-pill badge-info">LOGIN</a> 로그인 해주세요.</h6>
</div>
<br><br>
<div class="container text-center">
Expand Down
1 change: 0 additions & 1 deletion securityPrj/src/main/webapp/WEB-INF/views/page.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<br><br>
<div class="container text-center">
<h1>GUEST PAGE</h1><br>
<h6><a href="#" class="badge badge-pill badge-info">LOGIN</a> 로그인 해주세요.</h6>
</div>
<br><br>
<div class="container text-center">
Expand Down
1 change: 0 additions & 1 deletion securityPrj/src/main/webapp/WEB-INF/views/user/page.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<br><br>
<div class="container text-center">
<h1>USER PAGE</h1><br>
<h6><a href="#" class="badge badge-pill badge-info">LOGIN</a> 로그인 해주세요.</h6>
</div>
<br><br>
<div class="container text-center">
Expand Down
2 changes: 0 additions & 2 deletions securityPrj/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<br><br>
<div class="container text-center">
<h1>Security Prj</h1><br>
<h6><a href="#" class="badge badge-pill badge-info">LOGIN</a> 로그인 해주세요.</h6>
<!-- <h6>관리자님, 반갑습니다. <a href="#" class="badge badge-pill badge-dark">LOGOUT</a></h6> -->
</div>
<br><br>
<div class="container text-center col-2">
Expand Down

0 comments on commit 3cc9ada

Please sign in to comment.