- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
19 lines (17 loc) · 678 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (17 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<htmllang="pt-BR">
<head>
<metacharset="UTF-8" />
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<title>Minhas Redes Sociais | LinkTree</title>
<metaname="description" content="Conecte-se comigo através das minhas redes sociais" />
<metaname="author" content="LinkTree IA" />
<metaproperty="og:image" content="/og-image.png" />
</head>
<body>
<divid="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<scriptsrc="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<scripttype="module" src="/src/main.tsx"></script>
</body>
</html>