-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
20 lines (20 loc) · 1017 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="pt-br" class="has-navbar-fixed-top">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<meta name="author" content="Thiago Vinhote">
<meta name="description" content="Meu portfólio web explicando um pouco sobre mim. Contendo detalhes profissionais, experirências, habilidades e projetos.">
<meta property="og:image" content="https://vinhote.herokuapp.com/static/logo_2.png">
<meta property="og:description" content="Meu portfólio web explicando um pouco sobre mim. Contendo
detalhes profissionais, experirências, habilidades e projetos.">
<meta property="og:title" content="Thiago Vinhote - Portfólio">
<title>Vinhote</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>