-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetting.html
61 lines (50 loc) · 1.64 KB
/
setting.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>매일웨일</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main class="wave-bg center">
<h1 class="sr-only">매일웨일 설정</h1>
<a href="index.html">
<img src="img/ic_back_white.png" alt="뒤로가기" class="btn-back">
</a>
<br />
<section>
<h2 class="text-navy setting-title">초기화</h2>
<p class="setting-des">지금까지의 모든 기록을 초기화하고 다시 시작합니다.</p>
<input type="button" name="clear" value="초기화하기" class="btn-clear" />
</section>
<hr />
<section>
<h2 class="text-navy setting-title">피드백</h2>
<h3>[기획] 뷰오</h3>
<p class="info">[email protected]</p>
<h3>[디자인 / 개발] Sunny.K</h3>
<p class="info">[email protected]</p>
<h3>[개발] 코알라일락</h3>
<p class="info">[email protected]</p> <br>
<p class="setting-des">이용하면서 불편을 겪으셨거나<br>
개선 사항이 있으시다면 언제든지 문의를 보내주세요.</p>
</section>
<hr />
<section>
<h2 class="text-navy setting-title">Open Source</h2>
<p class="info">
<a href="https://github.com/rkchauhan/pure-css-progress-bars/">
pure-css-progress-bars
</a>
</p>
</section>
<hr />
<section>
<h2 class="text-navy setting-title">Version</h2>
<p class="info">1.1.0</p>
</section>
</main>
<script src="js/setting.js" type="module"></script>
</body>
</html>