-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.95 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<!-- HTML Meta Tags -->
<title>Treinamento online de aplicações serverless na AWS</title>
<meta name="description" content="Seja um profissional completo em tecnologias cloud computing usando a plataforma AWS">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Treinamento online de aplicações serverless na AWS">
<meta itemprop="description" content="Seja um profissional completo em tecnologias cloud computing usando a plataforma AWS">
<meta itemprop="image" content="http://d335luupugsy2.cloudfront.net/images%2Flanding_page%2F1431161%2Fbanner.jpeg">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://serverlessaws.cursos.erickwendel.com.br">
<meta property="og:type" content="website">
<meta property="og:title" content="Treinamento online de aplicações serverless na AWS">
<meta property="og:description" content="Seja um profissional completo em tecnologias cloud computing usando a plataforma AWS">
<meta property="og:image" content="http://d335luupugsy2.cloudfront.net/images%2Flanding_page%2F1431161%2Fbanner.jpeg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Treinamento online de aplicações serverless na AWS">
<meta name="twitter:description" content="Seja um profissional completo em tecnologias cloud computing usando a plataforma AWS">
<meta name="twitter:image" content="http://d335luupugsy2.cloudfront.net/images%2Flanding_page%2F1431161%2Fbanner.jpeg">
<!-- Meta Tags Generated via http://heymeta.com -->
<script type="text/javascript">
const newURL =
"https://conteudo.erickwendel.com.br/aplicacoes-serverless-aws";
window.location.href = newURL;
</script>
<!-- Meta Tags Generated via http://heymeta.com -->
</head>
<body></body>
</html>