-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 2.06 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 2.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SACI PeReRe</title>
<meta name="title" content="SACI PeReRe">
<meta name="description" content="Sistema de Auxílio à Comunicação Interativa para Perguntas e Respostas Recorrentes">
<!-- Open Graph / Facebook -->
<meta name="og:type" property="og:type" content="website">
<meta name="og:url" property="og:url" content="https://www.dcc.ufrrj.br/saci">
<meta name="og:title" property="og:title" content="SACI PeReRe">
<meta name="og:description" property="og:description" content="Sistema de Auxílio à Comunicação Interativa para Perguntas e Respostas Recorrentes">
<meta name="og:image" property="og:image" content="https://www.dcc.ufrrj.br/saci/saci-preview.png">
<meta name="og:image:width" property="og:image:width" content="1920">
<meta name="og:image:height" property="og:image:height" content="1920">
<meta name="og:image:type" property="og:image:type" content="image/png">
<meta name="og:site_name" property="og:site_name" content="SACI PeReRe">
<!-- Twitter -->
<meta name="twitter:card" property="twitter:card" content="summary_large_image">
<meta name="twitter:url" property="twitter:url" content="https://www.dcc.ufrrj.br/saci">
<meta name="twitter:title" property="twitter:title" content="SACI PeReRe">
<meta name="twitter:description" property="twitter:description" content="Sistema de Auxílio à Comunicação Interativa para Perguntas e Respostas Recorrentes">
<meta name="twitter:image" property="twitter:image" content="https://www.dcc.ufrrj.br/saci/saci-preview.png">
<meta name="theme-color" content="#63e2b7" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>