-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (21 loc) · 994 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://marioseto.com.br/" />
<meta property="og:description" content="Venha com a gente, discutir de forma madura ações de saúde mental para o estado." />
<meta property="og:title" content="Mário Seto - Força e Esperança para a Saúde Mental do Paraná" />
<meta property="og:image" content="https://raw.githubusercontent.com/gabrieu-amaral/Mario.Seto/master/public/tumb.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta charset="UTF-8" />
<link rel="icon" href="./src/image/m.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/global.css" rel="stylesheet">
<title>Mário Seto</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>