-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.16 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 1.16 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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=https://github.com/Thiago-code-lab/aws-certified-solutions-architect-associate-brasil#readme">
<link rel="canonical" href="https://github.com/Thiago-code-lab/aws-certified-solutions-architect-associate-brasil#readme">
<title>AWS SAA-C03 | Redirecionando</title>
<style>
body {
align-items: center;
background: #0f172a;
color: #e2e8f0;
display: flex;
font-family: Arial, sans-serif;
justify-content: center;
margin: 0;
min-height: 100vh;
text-align: center;
}
main {
max-width: 560px;
padding: 32px;
}
a {
color: #38bdf8;
font-weight: 700;
}
</style>
</head>
<body>
<main>
<h1>AWS Solutions Architect Associate SAA-C03</h1>
<p>Este material agora é GitHub-first. Você será redirecionado para o README oficial.</p>
<p><a href="https://github.com/Thiago-code-lab/aws-certified-solutions-architect-associate-brasil#readme">Abrir README no GitHub</a></p>
</main>
</body>
</html>