-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 1.58 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Lista de Tarefas - My Tasks</title>
<meta charset="UTF-8" />
<meta name="description" content="Aumente sua produtividade com nossa lista de tarefas online gratuita. Organize seu dia a dia de maneira eficiente e nunca mais se esqueça de uma tarefa importante. Experimente agora!" />
<meta name="title" content="Lista de Tarefas - My Tasks">
<meta name="author" content="Michael Matheus" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:title" content="Lista de Tarefas - My Tasks" />
<meta property="og:description" content="Aumente sua produtividade com nossa lista de tarefas online gratuita. Organize seu dia a dia de maneira eficiente e nunca mais se esqueça de uma tarefa importante. Experimente agora!" />
<meta property="og:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Google Fonts -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>