-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (53 loc) · 3 KB
/
index.html
File metadata and controls
61 lines (53 loc) · 3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html class="error-page" xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br" dir="ltr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135369163-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-135369163-1');
</script>
<title>CEM - Portal Resolution</title>
<!-- Meta Tags Redes Sociais -->
<meta property="og:url" content="https://resolution.centrodametropole.fflch.usp.br/resolution/">
<meta property="og:title" content="CEM - Portal Resolution">
<meta property="og:site_name" content="CEM - Portal Resolution">
<meta property="og:description"
content="O RESOLUTION é um portal que apresenta informações censitárias relativas a segregação e desigualdades socioespaciais na Região Metropolitana de São Paulo.">
<meta property="og:image" content="https://resolution.centrodametropole.fflch.usp.br/resolution/img/resolution.png">
<meta property="og:image:type" content="image/png">
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/printing.css">
<!-- configuração de estilos (css) -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="./css/lib/dc.min.css">
<!-- graphs styles -->
<link rel="stylesheet" type="text/css" href="css/graphs/graphs.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
crossorigin="anonymous"></script>
</head>
<body>
<div class="error-page-inner " style="background-image: url();">
<div>
<div class="container-center">
<div class="error-logo-wrap">
<img class="error-logo" alt="logo"
src="https://web.centrodametropole.fflch.usp.br/foruns//images/headers/logo-cem.png" />
</div>
<h1 class="error-code">Plataforma indisponível</h1>
<p class="error-message">Neste momento, a plataforma ReSolution está indisponível.</p>
<p class="error-message">Acesse outros sistemas interativos do CEM <a
href="https://centrodametropole.fflch.usp.br/pt-br/sistemas-interativos" target="_self">neste link</a></p>
</div>
</div>
</div>
</body>
</html>