Skip to content

Commit

Permalink
거절받기
Browse files Browse the repository at this point in the history
  • Loading branch information
hwisaac committed Sep 29, 2022
1 parent 7531ebd commit 2fd0b84
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>4조 피보나치킨 깃허브 연습</title>
<link rel="stylesheet" href="./style.css" />
<script src="main.js"></script>
</head>
<body>
<header class="header">
<div class="left">피보나치킨</div>
<div class="right"></div>
</header>
<div class="container">
<h2 class="title"></h2>
<p class="texts"></p>
<div class="btn"></div>
</div>
<div class="container">
<h2 class="title"></h2>
<p class="texts"></p>
<div class="btn"></div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("hello");
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
img {
display: block;
}

div {
border: 1px solid black;
}

0 comments on commit 2fd0b84

Please sign in to comment.