-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomment.html
More file actions
94 lines (90 loc) · 5.1 KB
/
comment.html
File metadata and controls
94 lines (90 loc) · 5.1 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="naver-site-verification" content="7f06f422638cdfdfe9423144566b29b4cec4abd9" />
<meta name="google-site-verification" content="bDHDfGJqVHKGkYnuyE8-TazZt7Qa2ml1JiyLYfQDhTo" />
<meta property="og:type" content="website">
<meta property="og:title" content="공부타이머">
<meta property="og:description" content="공부중 잠시 쉬어가며 수다~!">
<meta property="og:url" content="https://time-timer.netlify.app/comment.html">
<meta name="description" content="공부중 잠시 쉬어가며 수다~!">
<meta name="keywords" content="타이머, time-timer, 구글타이머, 타이머웹사이트, stopwatch, clock, 시계, 스톱워치, 공부타이머, 공부시계, 업무용시계, 집중력시계, 수다">
<title>수다</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/nav.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<!-- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="icon" type="image/vnd.microsoft.icon" href="./favicon.ico">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="./favicon.ico" type="image/x-icon"> -->
<link rel="apple-touch-icon" sizes="57x57" href="./icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon-16x16.png">
<link rel="manifest" href="./manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-startup-image" href="./images/192x192.png">
<meta name="mobile-web-app-capable" content="yes">
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
const el = document.createElement('pwa-update');
document.body.appendChild(el);
</script>
</head>
<body style="background-image: rgba(0,0,0,0.4)">
<div class="nav" draggable="true" id="mydiv">
<a href="./index.html">clock</a>
<a href="./stopwatch.html">stopwatch</a>
<a href="./time-timer.html">time-timer</a>
<a href="./todo.html">todo</a>
<a href="./analysis.html">공부분석</a>
</div>
<div id="disqus_thread" style="width: 600px; margin-bottom: 20rem;"></div>
<a class="gouptopbtn" href="#"> <i class="fas fa-arrow-up"></i> </a>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document,
s = d.createElement('script');
s.src = 'https://time-timer.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<script type="text/javascript">
if (!wcs_add) var wcs_add = {};
wcs_add["wa"] = "6e0a6669dbe1b8";
if (window.wcs) {
wcs_do();
}
</script>
<script src="./js/nav.js"></script>
<script type="text/javascript" src="//t1.daumcdn.net/kas/static/ba.min.js" async></script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//time-timer.disqus.com/count.js" async></script>
</body>
</html>