-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshare.html
55 lines (51 loc) · 2.4 KB
/
share.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Add new todo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Todo App is Todo List keeping app where you can add, delete, search, and mark tasks as completed. Once you visited this site you can use the site without internet" />
<meta name="title" content="ToDo App" />
<meta name="keywords"
content="todo App , task , todo offline , todo pwa, shakil alam ,todo appp , javascript project" />
<meta name="subject" content="ToDo App" />
<meta name="language" content="en" />
<meta name="rating" content="General" />
<meta name="url" content="https://todo.shakiltech.com" />
<meta name="identifier-URL" content="https://todo.shakiltech.com" />
<meta name="owner" content="Shakil Alam" />
<meta name="author" content="Shakil Alam , [email protected]" />
<meta name="og:title" content="ToDo App" />
<meta name="og:url" content="https://todo.shakiltech.com" />
<meta name="og:url" content="https://todo.shakiltech.com" />
<meta name="og:url" content="http:todooffline.netlify.com/" />
<meta name="og:site_name" content="ToDo App" />
<link rel="manifest" href="/app.webmanifest" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137582152-1"></script>
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MWPLJHM');
</script>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MWPLJHM" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<script src="/js/share.js" type="module"></script>
<script>
window.onload = () => {
"use strict";
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js");
}
};
</script>
</body>
</html>