Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud0406 committed Jul 28, 2023
1 parent 6a275c0 commit 1f3a8b9
Show file tree
Hide file tree
Showing 2 changed files with 986 additions and 750 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
<html>
<!DOCTYPE html>
<html lang="ko">
<head>
<title>웹팩 사용해보기</title>
<title>럭키?! 언럭키!?</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script defer src="index.js"></script></head>
<body>
<div id="app">
<header id="header"></header>
<main id="main">
<section class="item-section"></section>
<section class="roullet-section"></section>
<div class="roullet-container">
<section class="roullet-section"></section>
<section class="roullet-history-section"></section>
</div>
</main>
</div>
</body>
Expand Down
Loading

0 comments on commit 1f3a8b9

Please sign in to comment.