-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 906 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>과제할까 말까 고민될 땐 룰렛 돌리기</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
</div>
<img src="C:\Users\rhj08\.vscode\assets\images.jpg" alt="룰렛 이미지" class="roulette-image">
</div>
<div class="container">
<h1>과제할까 말까 고민될 땐 룰렛 돌리기</h1>
<div class="roulette-container">
<div class="roulette">
<div class="roulette-section">과제를 할까?</div>
</div>
</div>
<button id="spin-button">돌리기</button>
<div id="loading" class="loading">
<div class="loading-spinner"></div>
</div>
<div class="loading">
<div class="spinner"></div>
<div class="loading-text">룰렛 돌리는 중...</div>
</div>
<script src="script.js"></script>
</body>
</html>