-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (113 loc) · 4.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-WEF4324ZQF"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-WEF4324ZQF");
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/todo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Todo App</title>
<meta name="author" content="Venus Lumanglas" />
<meta name="keywords" content="todo, todo-app, todo-list" />
<meta property="title" content="Todo App" />
<meta
name="description"
content="Add, edit, delete, and update status of todo."
/>
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://binos30.github.io/todo-list/" />
<meta name="twitter:title" content="Todo App" />
<meta
name="twitter:description"
content="Add, edit, delete, and update status of todo."
/>
<meta
name="twitter:image"
content="https://binos30.github.io/todo-list/todo.png"
/>
<!-- Facebook Open Graph data -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://binos30.github.io/todo-list/" />
<meta property="og:title" content="Todo App" />
<meta
property="og:description"
content="Add, edit, delete, and update status of todo."
/>
<meta
property="og:image"
content="https://binos30.github.io/todo-list/todo.png"
/>
</head>
<body class="flex flex-col min-h-screen">
<div id="root" class="mb-4 flex-grow"></div>
<footer
class="flex flex-col justify-center items-center p-3 bg-neutral-700"
>
<div class="text-neutral-200 text-center text-lg">
<p>Glory is all His ☝</p>
<p>© 2023 - <span id="current-year"></span> Venus Lumanglas</p>
</div>
<div class="flex">
<a
target="_blank"
rel="noopener"
href="https://binos30.github.io"
title="Website"
class="mr-4"
>
<svg
class="text-2xl"
aria-hidden="true"
focusable="false"
data-prefix="fas"
data-icon="globe"
role="img"
height="1em"
width="1em"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z"
></path>
</svg>
</a>
<a
target="_blank"
rel="noopener"
href="https://github.com/binos30"
title="GitHub"
>
<svg
class="text-2xl"
stroke="currentColor"
fill="currentColor"
stroke-width="0"
viewBox="0 0 16 16"
height="1em"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<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"
></path>
</svg>
</a>
</div>
</footer>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>