Skip to content

Commit

Permalink
[link] 회원가입, 로그인 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlalala committed Apr 13, 2023
1 parent 7b8a37c commit 50dcc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions result.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
height: 56px;
left: 37px;
top: 601px;"
onclick="location.href='#'"
onclick="location.href='signup.html'"
>회원가입 하러가기</button>
<button
type="button"
Expand All @@ -86,7 +86,7 @@
height: 56px;
left: 37px;
top: 672px;"
onclick="location.href='#'">
onclick="location.href='signin.html'">
로그인 하기
</button>

Expand Down

0 comments on commit 50dcc76

Please sign in to comment.