Skip to content

Commit

Permalink
기본 골조 및 스타일시트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
April-37 committed Aug 17, 2024
1 parent 5c251a2 commit 7f711cd
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
15 changes: 14 additions & 1 deletion login.html
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
Login Page.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>로그인</title>
<link rel="stylesheet" href="style_login.css">
</head>
<body>
<div class="logo"></div>
<div class="inputcon"></div>
<div class="social"></div>
<div class="signup"></div>
</body>
</html>
14 changes: 14 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>회원가입</title>
<link rel="stylesheet" href="style_signup.css">
</head>
<body>
<div class="logo"></div>
<div class="inputcon"></div>
<div class="social"></div>
<div class="login"></div>
</body>
</html>
3 changes: 3 additions & 0 deletions style_login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {

}
3 changes: 3 additions & 0 deletions style_signup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {

}

0 comments on commit 7f711cd

Please sign in to comment.