-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
521 lines (511 loc) · 49.7 KB
/
index.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE html>
<html lang="ja">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&text=1234567890%3A%25&display=swap" rel="stylesheet">
<meta http-equiv="Cache-Control" content="no-cache">
<meta content="text / html; charset = UTF-8" name="Content-Type" />
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="shortcut icon" href="./favicon/favicon.ico">
<!--Apple-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="やまだタイマー">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#5bbad5">
<!--Splash Screen-->
<link href="./splashscreens/iphone5_splash.png"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/iphone6_splash.png"
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/iphoneplus_splash.png"
media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/iphonex_splash.png"
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/iphonexr_splash.png"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/iphonexsmax_splash.png"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/ipad_splash.png"
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/ipadpro1_splash.png"
media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/ipadpro3_splash.png"
media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="./splashscreens/ipadpro2_splash.png"
media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<!--Microsoft-->
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="./favicon/browserconfig.xml">
<!--OGP-->
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://timer.frogapp.net" />
<meta property="og:type" content="website" />
<meta property="og:title" content="やまだのタイマー" />
<meta property="og:description" content="10万年先まで計れるやまだのタイマーでカウントダウン!" />
<meta property="og:site_name" content="やまだのタイマー" />
<meta property="og:image" content="https://timer.frogapp.net/favicon/OGP.png" />
<link rel="manifest" href="./favicon/site.webmanifest">
<!--SEO-->
<meta content="目覚まし時計とタイマーのいいとこ取りをした、オープンソースのちょっと変わったタイマーです。インストール不要で、いろんな用途に使えます。" name="description">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#f8f9fa">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>やまだのタイマー</title>
<style>html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}svg:not(:root){overflow:hidden}input{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}input{overflow:visible}[type=submit]{-webkit-appearance:button}[type=submit]::-moz-focus-inner{border-style:none;padding:0}[type=submit]:-moz-focusring{outline:1px dotted ButtonText}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}input{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}a{color:#039be5;text-decoration:none}.btn{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)}.center{text-align:center}.container{margin:0 auto;max-width:1280px;width:90%}@media only screen and (min-width:601px){.container{width:85%}}@media only screen and (min-width:993px){.container{width:70%}}.row{margin-left:auto;margin-right:auto;margin-bottom:20px}.row:after{content:"";display:table;clear:both}a{text-decoration:none}html{line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:normal;color:rgba(0,0,0,.87)}@media only screen and (min-width:0){html{font-size:14px}}@media only screen and (min-width:993px){html{font-size:14.5px}}@media only screen and (min-width:1201px){html{font-size:15px}}.btn{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;padding:0 16px;text-transform:uppercase;vertical-align:middle}.btn{font-size:14px;outline:0}.btn{text-decoration:none;color:#fff;background-color:#26a69a;text-align:center;letter-spacing:.5px}.waves-effect{position:relative;display:inline-block;overflow:hidden}.collapsible-body{display:none;border-bottom:1px solid #ddd;box-sizing:border-box;padding:2rem}label{font-size:.8rem;color:#9e9e9e}::placeholder{color:#d1d1d1}input[type=text]:not(.browser-default),input[type=number]:not(.browser-default){background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;height:3rem;width:100%;font-size:16px;margin:0 0 8px 0;padding:0;box-shadow:none;box-sizing:content-box}input[type=text]:not(.browser-default)[readonly=readonly]{color:rgba(0,0,0,.42);border-bottom:1px dotted rgba(0,0,0,.42)}input[type=text]:not(.browser-default).validate+label,input[type=number]:not(.browser-default).validate+label{width:100%}input[type=text]:not(.browser-default)+label:after,input[type=number]:not(.browser-default)+label:after{display:block;content:"";position:absolute;top:100%;left:0;opacity:0}.input-field{position:relative;margin-top:1rem;margin-bottom:1rem}.input-field.col label{left:.75rem}.input-field>label{color:#9e9e9e;position:absolute;top:0;left:0;font-size:1rem;transform-origin:0% 100%;text-align:initial;transform:translateY(12px)}.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label{transform:translateY(-14px) scale(0.8);transform-origin:0 0}:root{--bgColor: #f9f9f9;--fontColor: rgb(75, 75, 75);--green: #4db6ac;--grayText: #666}*{font-family:-apple-system,blinkMacSystemFont,"Helvetica Neue","Segoe UI","Roboto","Arial","Hiragino Kaku Gothic ProN",YuGothicM,"Yu Gothic",YuGothic,Meiryo,sans-serif;}p{text-align:justify;line-height:1.7}.title{width:100%;height:auto;padding:0 5vw}#title{margin-top:8vh;text-align:center;font-size:6.7vmin;font-family:"BIZ UDPゴシック","BIZ UDPGothic",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","メイリオ","Meiryo","Hiragino Kaku Gothic ProN",sans-serif;color:var(--fontColor);padding-bottom:.3em;height:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis}.myBtn-circle{border:var(--grayText) solid 1px;color:var(--fontColor);position:relative;line-height:80px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.1rem .1rem;border-radius:50%;width:80px;height:80px}.myBtn-circle.myBtn-tiny{width:auto;height:auto;line-height:1.1;border-radius:100vh;padding:.5em .8em}.easySet{text-align:start}.easySet a{margin:.4em .3em}.myBtn-small{line-height:40px;width:40px;height:40px}#file1{display:none}body:not(:fullscreen) #escFullscreen{display:none}::-webkit-scrollbar{width:5px;height:3px}::-webkit-scrollbar-track{background:rgba(255,255,255,0);border:none;border-radius:10px;box-shadow:none}::-webkit-scrollbar-thumb{background:rgba(128,128,128,.5);border-radius:10px;box-shadow:none}html,body{width:100%;height:100vh;margin:0;padding:0;overflow:hidden;-webkit-touch-callout:none;-webkit-box-sizing:border-box;box-sizing:border-box}body{background-color:var(--bgColor);color:var(--fontColor)}@font-face{font-family:YuGothicM;font-weight:normal;src:local("YuGothic-Medium"),local("Yu Gothic Medium"),local("YuGothic-Regular")}@font-face{font-family:YuGothicM;font-weight:bold;src:local("YoGothic-Bold"),local("Yu Gothic")}.displayTimeWrap{display:flex;font-size:inherit;width:100%;align-items:center;justify-content:center;min-height:20vmin;border:none;border:0;padding:0}.timer{flex:1;display:flex;align-items:center;flex-direction:column;font-weight:500;line-height:1.1}.timer *{font-family:"Open Sans",-apple-system,blinkMacSystemFont,"Helvetica Neue","Segoe UI","Roboto","Arial",sans-serif}#Date,#Time{display:none}.collapsible-body{padding:.5rem}.myModal .section p,.myModal .section .content{color:var(--grayText);margin-inline-start:1em}.myModal .section .content{color:#039be5}.kome{position:relative;padding-left:1em}.kome::before{position:absolute;top:0;left:0;content:"※"}.duration{display:inline-flex;width:40px;font-size:16px;max-width:30%}.duration input{text-align:right}#stopTestAudio{display:none}input[type=text]:not(.browser-default)[readonly=readonly]{background-color:transparent;color:var(--fontColor);border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;height:3rem;width:100%;font-size:16px;margin:0 0 8px 0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box}.fullscreenIcons{position:absolute;top:10px;right:10px;width:auto;height:auto;z-index:999;color:var(--fontColor)}.fullscreenIcons div{display:inline-block;margin:0 .5em}#bigtimer{flex:1;z-index:0;flex-shrink:0}.flex{display:flex;flex-direction:column;height:100%;width:100%;margin:0;padding:0;background-color:var(--bgColor);color:var(--fontColor)}.icons{white-space:nowrap;margin-inline-end:.5em;vertical-align:middle}.setBtns a{display:inline-flex}.setBtns{letter-spacing:.3em;width:100%}#stopTimer{display:none}.status{color:var(--grayText);width:100%;text-align:center;font-size:14px;display:flex;justify-content:center;align-items:center;font-size:medium}.status.leftside{justify-content:flex-start}.status a:not(#audioReset){color:var(--grayText)}.status div{display:inline-flex;align-items:center;margin:0 1em}.status .alarmTime{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis}.audioFileStatus{display:none;font-size:14px;text-align:start;width:100%;flex-direction:column;align-items:flex-start}.audioFileStatus .audioFile{width:100%}.audioFileStatus #audioFileName{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timerSet{position:relative;margin-bottom:.2em;font-size:15vmin}input[type=text]:-webkit-autofill,input[type=number]:-webkit-autofill{box-shadow:0 0 0 100vh var(--bgColor) inset!important;-webkit-box-shadow:0 0 0 100vh var(--bgColor) inset!important;-webkit-text-fill-color:var(--fontColor)!important}@media screen and (min-width:1440px){.title{padding:0 7vw}}@media screen and (max-width:768px){#title{font-size:5vmin}}@media screen and (max-width:480px){#title{font-size:6vmin}.timer{line-height:1.2}.status{font-size:12px}.setBtns .center{transform:scale(0.8);transform-origin:center top 0}}</style>
<link rel="stylesheet" type="text/css" href="./dist/style.css" media="print" onload="this.media='all'">
</head>
<body ontouchstart="" onclick="">
<script>
if ((localStorage.getItem("theme") === "dark" || window.matchMedia("(prefers-color-scheme: dark)").matches) && localStorage.getItem("theme") !== "light") {
document.body.classList.add("dark");
}
</script>
<div class="fullscreenIcons">
<div class="info myModalTrigger" myModal-data="#info" title="このアプリについて">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="icons bi bi-info-circle" viewBox="0 0 16 16" aria-label="このアプリについて">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path
d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" />
</svg>
</div>
<span id="fullscreen" class="noiphone" title="全画面表示">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="icons bi bi-fullscreen" viewBox="0 0 16 16" aria-label="全画面表示">
<path
d="M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z" />
</svg>
</span>
<span id="escFullscreen" class="noiphone" title="全画面解除">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="icons bi bi-fullscreen-exit" viewBox="0 0 16 16" aria-label="全画面解除">
<path
d="M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5zm5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5zM0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zm10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4z" />
</svg>
</span>
</div>
<div class="flex" id="flex" style="cursor: auto;">
<div class="title">
<div class="input-field col s12">
<input placeholder="タイトルを入力" id="title" type="text" class="validate" onfocus="this.select()">
<label for="title"></label>
</div>
</div>
<div class="timer" id="bigtimer">
<div id="timerSetforOld">
<div class="timerSet" id="timerSet">
<div class="displayTimeWrap">
<div id="displayTime">00:00</div>
</div>
<div class="status">
<div class="alarmTime">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="icons bi bi-bell-fill" viewBox="0 0 16 16" aria-label="アラーム日時">
<path
d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z" />
</svg><a id="alarmTimeValue">未設定</a>
</div>
<div class="volumeStatus">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="icons bi bi-volume-up-fill" viewBox="0 0 16 16" aria-label="アラーム音量">
<path
d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z" />
<path
d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z" />
<path
d="M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z" />
</svg>
<a id="volumeStatusValue">--%</a>
</div>
</div>
</div>
</div>
<div class="setBtns">
<div class="container">
<div class="row">
<!--SET/STOP-->
<div class="center">
<a class="myBtn-circle" id="setTimer">
<svg id="playTimer" xmlns="http://www.w3.org/2000/svg" width="40" height="40"
fill="currentColor" class="bi bi-play" viewBox="0 0 16 16" aria-label="セットしてスタート">
<path
d="M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z" />
</svg>
<svg id="reTimer" xmlns="http://www.w3.org/2000/svg" width="40" height="40"
fill="currentColor" class="bi bi-arrow-clockwise" viewBox="0 0 16 16"
style="display: none;" aria-label="もう一度">
<path fill-rule="evenodd"
d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z" />
<path
d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z" />
</svg>
</a>
<a class="myBtn-circle" id="stopTimer">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-pause" viewBox="0 0 16 16" aria-label="ストップ">
<path
d="M6 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5z" />
</svg>
</a>
<a class="myBtn-circle myModalTrigger" id="openSettings" myModal-data="#settings">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-gear" viewBox="0 0 16 16" aria-label="設定を開く">
<path
d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z" />
<path
d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<input placeholder="日付" id="Date" type="text" class="datepicker" readonly="readonly">
<input placeholder="時間" id="Time" type="text" class="timepicker" readonly="readonly">
</div>
</div>
<!-- Settings -->
<div id="settings" class="myModal" aria-hidden="true">
<div class="myModal-content">
<ul id="settingsTab" class="tabs">
<li class="tab col s3"><a class="active" href="#settings-1" id="timeTab">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="icons bi bi-calendar-event" viewBox="0 0 16 16">
<path
d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>日時設定</a></li>
<li class="tab col s3" id="audioInput"><a href="#settings-2" id="audioTab"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="icons bi bi-music-note-beamed" viewBox="0 0 16 16">
<path
d="M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13c0-1.104 1.12-2 2.5-2s2.5.896 2.5 2zm9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2z" />
<path fill-rule="evenodd" d="M14 11V2h1v9h-1zM6 3v10H5V3h1z" />
<path d="M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4V2.905z" />
</svg>アラーム音</a></li>
<li class="tab col s3"><a href="#settings-3"><svg xmlns="http://www.w3.org/2000/svg" width="16"
height="16" fill="currentColor" class="icons bi bi-sun" viewBox="0 0 16 16">
<path
d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
</svg>テーマ</a></li>
</ul>
<div id="settings-1" class="col s12">
<div class="section">
<ul class="collapsible" id="selectSettings">
<li class="active" id="targetLi">
<div class="collapsible-header" id="targetHeader"><svg xmlns="http://www.w3.org/2000/svg"
width="20" height="20" fill="currentColor" class="icons bi bi-calendar-event"
viewBox="0 0 16 16">
<path
d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>日時で設定</div>
<div class="collapsible-body" id="target">
<div class="center">
<div style="width: 45%;display: inline-block;margin-right: 5%;" id="DateField">
<input placeholder="日付" id="dateLabel" type="text" readonly="readonly"
onclick="document.getElementById('Date').click();">
</div>
<div style="width: 45%;display: inline-block;" id="TimeField">
<input placeholder="時間" id="timeLabel" type="text" readonly="readonly"
onclick="document.getElementById('Time').click();">
</div>
</div>
<p><a class="waves-effect waves-light btn myModal-close" id="targetSetBtn">適用</a></p>
<p>URL を相手に教えると、同じ日時までのカウントダウンを一緒に楽しむことができます。</p>
<p class="kome">アラームを鳴らすには、ブラウザを起動しておく必要があります。</p>
</div>
</li>
<li id="durationLi">
<div class="collapsible-header" id="durationHeader"><svg xmlns="http://www.w3.org/2000/svg"
width="20" height="20" fill="currentColor" class="icons bi bi-clock-history"
viewBox="0 0 16 16">
<path
d="M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z" />
<path d="M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z" />
<path
d="M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z" />
</svg>時間幅で設定</div>
<div class="collapsible-body" id="duration">
<form
onsubmit="document.getElementById('durationSetBtn').click();closeAllModal();document.activeElement.blur();return false;">
<div class="input-field duration content">
<input id="hour" type="number" class="validate durationSet" pattern="\d*"
min="0" value="0" maxlength="20" onfocus="this.select()">
<label for="hour">時間</label>
</div> :
<div class="input-field duration content">
<input id="minute" type="number" class="validate durationSet" pattern="\d*"
min="0" max="59" value="5" maxlength="2" onfocus="this.select()">
<label for="minute">分</label>
</div> :
<div class="input-field duration content">
<input id="seconds" type="number" class="validate durationSet" pattern="\d*"
min="0" max="59" value="0" maxlength="2" onfocus="this.select()">
<label for="seconds">秒</label>
</div>
<div class="easySet">
<a class="myBtn-circle myBtn-tiny easySetBtn" setTime="5min">5分</a>
<a class="myBtn-circle myBtn-tiny easySetBtn" setTime="10min">10分</a>
<a class="myBtn-circle myBtn-tiny easySetBtn" setTime="15min">15分</a>
<a class="myBtn-circle myBtn-tiny easySetBtn" setTime="30min">30分</a>
<a class="myBtn-circle myBtn-tiny easySetBtn" setTime="1h">1時間</a>
<a class="myBtn-circle myBtn-tiny easySetBtn" setTime="2h">2時間</a>
</div>
<input type="submit" style="display: none;">
<p><a class="waves-effect waves-light btn myModal-close" id="durationSetBtn">適用</a>
</p>
</form>
<p>時間幅で設定した場合は、URLを用いた共有ができません。</p>
<p id="nophone">【豆知識】文字を入力していない状態でキーボードの数字キーを押すと...?</p>
<p class="kome">アラームを鳴らすには、ブラウザを起動しておく必要があります。</p>
<p class="kome">ページを閉じると一時停止します。</p>
</div>
</li>
</ul>
<p><a href="https://stopwatch.frogapp.net" target="_blank"
rel="noopener">ストップウォッチ</a>をお探しですか?</p>
</div>
</div>
<div id="settings-2" class="col s12">
<div class="section">
<h2><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="icons bi bi-music-note-beamed" viewBox="0 0 16 16">
<path
d="M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13c0-1.104 1.12-2 2.5-2s2.5.896 2.5 2zm9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2z" />
<path fill-rule="evenodd" d="M14 11V2h1v9h-1zM6 3v10H5V3h1z" />
<path d="M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4V2.905z" />
</svg>アラーム音</h2>
<div id="droppable">
<div>
<p style="text-align: center;">音声ファイルをドラッグ&ドロップ</p>
<input id="file1" type="file" accept="audio/*">
<label for="file1"><a class="waves-effect waves-light btn">選択</a></label>
</div>
</div>
<div class="status leftside audioFileStatus" id="audioFileStatus">
<div class="audioFile">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="icons bi bi-file-earmark-music-fill" viewBox="0 0 16 16">
<path
d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 6.64v1.75l-2 .5v3.61c0 .495-.301.883-.662 1.123C7.974 13.866 7.499 14 7 14c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 11.134 6.501 11 7 11c.356 0 .7.068 1 .196V6.89a1 1 0 0 1 .757-.97l1-.25A1 1 0 0 1 11 6.64z" />
</svg><span id="audioFileName"></span>
</div>
<p><a id="audioReset"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="icons bi bi-arrow-clockwise" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z" />
<path
d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z" />
</svg>リセット</a></p>
</div>
<div class="audioFlex">
<div class="play">
<a class="myBtn-circle myBtn-small" id="testAudio"><svg xmlns="http://www.w3.org/2000/svg"
width="24" height="24" fill="currentColor" class="bi bi-play" viewBox="0 0 16 16"
aria-label="アラーム音を試聴">
<path
d="M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z" />
</svg></a>
<a class="myBtn-circle myBtn-small" id="stopTestAudio">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"
class="bi bi-stop" viewBox="0 0 16 16">
<path
d="M3.5 5A1.5 1.5 0 0 1 5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5zM5 4.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5H5z" />
</svg>
</a>
</div>
<div class="volume">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-volume-up" viewBox="0 0 16 16">
<path
d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z" />
<path
d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z" />
<path
d="M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z" />
</svg>
<p class="range-field">
<input type="range" id="audioVolume" min="0" max="100" step="1" value="50" />
</p>
</div>
</div>
</div>
</div>
<div id="settings-3" class="col s12">
<div class="section">
<h2><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"
class="icons bi bi-sun" viewBox="0 0 16 16">
<path
d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
</svg>テーマ</h2>
<p class="radio">
<label>
<input class="with-gap" name="group1" type="radio" checked id="auto" />
<span>システムと同期</span>
</label>
</p>
<p class="radio">
<label>
<input class="with-gap" name="group1" type="radio" onclick="toggleTheme('l');" id="light" />
<span>ライトモード</span>
</label>
</p>
<p class="radio">
<label>
<input class="with-gap" name="group1" type="radio" onclick="toggleTheme('d');" id="dark" />
<span>ダークモード</span>
</label>
</p>
</div>
</div>
</div>
<div class="myModal-footer">
<div class="col s9 share">
<!--URL-->
<a onclick="copy()" class="btn-flat grey-text text-darken-1 waves-effect waves-teal" title="URLをコピー">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-link-45deg" viewBox="0 0 16 16" aria-label="URLをコピー">
<path
d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z" />
<path
d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z" />
</svg></a>
<!--Twitter-->
<a onClick="window.open(tweet(), 'tweetwindow', 'width=650, height=470, personalbar=0, toolbar=0, scrollbars=1, sizable=1'); return false;"
rel="noopener" class="twitter-link waves-effect waves-teal btn-flat grey-text text-darken-1" title="ツイート">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-twitter" viewBox="0 0 16 16" aria-label="ツイート">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>
</a>
<!--LINE-->
<a onclick="window.open('https://social-plugins.line.me/lineit/share?url='+encodeURIComponent(window.location.href), 'LINE', 'width=650, height=550, personalbar=0, toolbar=0, scrollbars=1, sizable=1'); return false;"
rel="noopener" class="waves-effect waves-teal btn-flat grey-text text-darken-1" title="LINEで送る">
<svg class="nomargin" xmlns="http://www.w3.org/2000/svg" width="19" height="19" fill="currentColor"
viewBox="0 0 448 512" aria-label="LINEで送る">
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M272.1 204.2v71.1c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.1 0-2.1-.6-2.6-1.3l-32.6-44v42.2c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.8 0-3.2-1.4-3.2-3.2v-71.1c0-1.8 1.4-3.2 3.2-3.2H219c1 0 2.1.5 2.6 1.4l32.6 44v-42.2c0-1.8 1.4-3.2 3.2-3.2h11.4c1.8-.1 3.3 1.4 3.3 3.1zm-82-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 1.8 1.4 3.2 3.2 3.2h11.4c1.8 0 3.2-1.4 3.2-3.2v-71.1c0-1.7-1.4-3.2-3.2-3.2zm-27.5 59.6h-31.1v-56.4c0-1.8-1.4-3.2-3.2-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 .9.3 1.6.9 2.2.6.5 1.3.9 2.2.9h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.7-1.4-3.2-3.1-3.2zM332.1 201h-45.7c-1.7 0-3.2 1.4-3.2 3.2v71.1c0 1.7 1.4 3.2 3.2 3.2h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2V234c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2v-11.4c-.1-1.7-1.5-3.2-3.2-3.2zM448 113.7V399c-.1 44.8-36.8 81.1-81.7 81H81c-44.8-.1-81.1-36.9-81-81.7V113c.1-44.8 36.9-81.1 81.7-81H367c44.8.1 81.1 36.8 81 81.7zm-61.6 122.6c0-73-73.2-132.4-163.1-132.4-89.9 0-163.1 59.4-163.1 132.4 0 65.4 58 120.2 136.4 130.6 19.1 4.1 16.9 11.1 12.6 36.8-.7 4.1-3.3 16.1 14.1 8.8 17.4-7.3 93.9-55.3 128.2-94.7 23.6-26 34.9-52.3 34.9-81.5z" />
</svg>
</a>
<!-- Web Shre API -->
<a class="waves-effect waves-teal btn-flat gray-text text-darken-1" id="shareAPI" title="その他の方法で共有">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-grid-3x3-gap-fill" viewBox="0 0 16 16" aria-label="その他の方法で共有">
<path d="M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z"/>
</svg>
</a>
</div>
<div class="col s3">
<a class="myModal-close waves-effect waves-green btn-flat">OK</a>
</div>
</div>
</div>
<!-- このアプリについて -->
<div id="info" class="myModal" aria-hidden="true">
<div class="myModal-content">
<div class="section">
<h2>このアプリについて</h2>
<p>指定した日時までの時間をカウントダウンできるタイマーです。</p>
<p>URLを送れば、相手の画面にも同じ日時までのカウントダウンが表示されます。</p>
<p>また、このアプリのソースコードやプライバシーポリシーは以下のリンクからご覧になれます。</p>
<div class="flexMenu">
<a class="content" href="https://github.com/r-40021/countdown-timer/" target="_blank" rel="noopener noreferrer">
<div class="icon">
<!--GitHub-->
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16" aria-label="ソースコードを見る">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</div>
<div class="text">ソースコード</div>
</a>
<a class="content" href="https://frogapp.net/privacy" target="_blank" rel="noopener">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-lock-fill" viewBox="0 0 16 16" aria-label="プライバシーポリシー">
<path
d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z" />
</svg>
</div>
<div class="text">プライバシーポリシー</div>
</a>
</div>
</div>
<div class="section">
<h2>アラーム音</h2>
<p>「OtoLogic」という、素晴らしい音源を良心的なライセンスで公開されているサイトからお借りしました。</p>
<ul>
<li>
<p><a href="https://otologic.jp/free/se/clock01.html" target="_blank" rel="noopener noreferrer">"時計 アラーム03"</a>
by
<a href="https://otologic.jp/" target="_blank" rel="noopener noreferrer">OtoLogic</a> is licensed under
<a href="https://creativecommons.org/licenses/by/4.0/legalcode" target="_blank" rel="noopener noreferrer">CC
BY 4.0</a>
</p>
</li>
</ul>
</div>
<div class="section">
<h2>プッシュ通知の本文</h2>
<p>私の無機質な文章を魅力的なものに変換してくれる、以下の素晴らしいサービスを使わせていただきました。</p>
<ul>
<li>
<p><a href="https://racing-lagoon.info/nomu/translate.php" target="_blank" rel="noopener noreferrer">ノムリッシュ翻訳</a></p>
</li>
<li>
<p><a href="https://bizwd.net/" target="_blank" rel="noopener noreferrer">意識高い系ビジネス用語翻訳</a></p>
</li>
</ul>
</div>
<div class="section">
<h2>その他の権利情報</h2>
<p><a href="https://github.com/r-40021/countdown-timer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">このアプリ自体のライセンス</a></p>
<p><a href="https://github.com/r-40021/countdown-timer/blob/main/README_ja.md#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E8%A1%A8%E7%A4%BA" target="_blank" rel="noopener noreferrer">オープンソースライセンス</a></p>
</div>
</div>
<div class="myModal-footer">
<a class="myModal-close waves-effect waves-green btn-flat">OK</a>
</div>
</div>
<a class="myModal-overlay myModal-close" id="myModal-overlay"></a>
<script defer>
/*Service Worker*/
if ("serviceWorker" in navigator) {
window.addEventListener("load", function () {
navigator.serviceWorker.register("sw.js").then(
function (registration) {
// Registration was successful
console.log(
"ServiceWorker registration successful with scope: ",
registration.scope
);
},
function (err) {
// registration failed :(
console.log("ServiceWorker registration failed: ", err);
}
);
});
}
</script>
<script src="./dist/main.min.js" defer></script>
</body>
</html>