-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
37 lines (32 loc) · 1.46 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Portfólio Colaborativo" />
<meta name="description" content="Portfólio Colaborativo - Projeto Frontend Fusion." />
<meta property="og:type" content="website" />
<!-- <meta property="og:url" content="" /> -->
<meta property="og:title" content="Portfólio Colaborativo" />
<meta property="og:description" content="Portfólio Colaborativo - Projeto Frontend Fusion." />
<!-- <meta property="og:image" content="" /> -->
<meta property="twitter:card" content="summary_large_image" />
<!-- <meta property="twitter:url" content="" /> -->
<meta property="twitter:title" content="Portfólio Colaborativo" />
<meta property="twitter:description" content="Portfólio Colaborativo - Projeto Frontend Fusion." />
<!-- <meta property="twitter:image" content="" /> -->
<title>Portfólio Colaborativo</title>
<!--
<link rel="icon" type="image/png" href="" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="" />
<link rel="shortcut icon" href="" />
<link rel="apple-touch-icon" sizes="180x180" href="" />
<link rel="manifest" href="" />
-->
<link rel="stylesheet" href="./index.css">
</head>
<body class="bg-[#011628]">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>