-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
51 lines (48 loc) · 1.72 KB
/
about.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
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChatGPT가 만들어 주는 오늘의 명언</title>
<link rel="stylesheet" href="css/WS_common.css">
<link rel="stylesheet" href="css/WS_2.css">
</head>
<body class="light-mode">
<header class="layout_header">
<h1>오늘의 명언</h1>
<div>
<a href="#" id="WS_create_Page">명언 추천</a>
<a href="#" id="WS_Saved_Page">명언 저장소</a>
</div>
</header>
<img id="WS_Title">
<h3 class="TD_WS"><strong>명 언 저 장 소</strong></h3>
<main class="WS_main">
<div class="container" id="save_contatiner">
<div class="saved_WS" id="saved_WS">
<p></p>
</div>
<div class="WS_DWLK">
<button class="WS_BTNLK" id="WS_BTNLK">사이트 링크</button>
<button class="DW_BTN" id="DW_BTN">명언 다운</button>
</div>
<button class="WS_BtnDel" id="clear_Button" type="reset">목록 초기화</button>
</div>
</main>
<footer class="layout_footer">
Made in Ormi3-Project
<div class="WS_DM">
<img id="WS_DarkMode">
<input type="checkbox" id="toggle" hidden>
<label for="toggle" class="toggleSwitch">
<span class="toggleButton"></span>
</label>
</div>
</footer>
</body>
<script src="js/WS_dark.js"></script>
<script src="js/WS_2.js"></script>
<script src="js/WS_down.js"></script>
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js"></script>
<script src="js/WS_Link.js"></script>
</html>