-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIHurtMyBack.html
31 lines (30 loc) · 1.02 KB
/
IHurtMyBack.html
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
31
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./CSS/style.css" />
</head>
<body>
<div class="title-container"><div class="title">허리를 위하여</div></div>
<div class="event">
<div class="setTime-container">
<div class="setButton test">0.1</div>
<div class="setButton twentyMin">20분</div>
<div class="setButton fortyMin">40분</div>
<div class="setButton sixytMin">60분</div>
</div>
<div class="btn-container">
<div class="button explane">설명</div>
<div class="button clearButton">제거</div>
</div>
</div>
<div class="explane-container">
-20, 40, 60분의 버튼을 눌러줍니다.<br />
-누르면 타이머가 실행됩니다.<br />
-타이머 이후에 알람이 뜹니다.<br />
-알람이뜨면 스트레칭을 해주시면 됩니다.<br />
-제작자:head<br />
</div>
<script src="./app.js" type="module"></script>
</body>
</html>