-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
62 lines (61 loc) · 3.73 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="defaultLanguage" content="pt-BR">
<meta name="availableLanguages" content="pt-BR">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="language" content="pt_BR">
<meta name="coverage" content="Worldwide">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta name="revisit-after" content="7 days">
<meta name="copyright" content="Luigui Delyer">
<meta name="author" content="Luigui Delyer">
<meta name="robots" content="all, index, follow">
<meta name="description" content="Podcast sobre programação com drops semanais de conteúdo. Front-end, Javascript, CSS, HTML5, metodologias de projetos, componentização, NodeJS, mapas e GIS, programação funcional e uma vida como programador organizada em elementos.">
<meta name="keywords" content="Javascript, vuejs, react, reactjs, angular, angularjs, rio, niterói, css3, css, sass, less, stylus, pug, jade, haml, html, html5, js, nodejs, babel, mithril, components, webpack, babel, es, ecmascript">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:locale" content="pt_BR">
<meta property="og:site_name" content="elemencast">
<meta property="og:type" content="website">
<meta property="og:title" content="elemencast">
<meta property="og:description" content="Podcast sobre programação com drops semanais de conteúdo. Front-end, Javascript, CSS, HTML5, metodologias de projetos, componentização, NodeJS, mapas e GIS, programação funcional e uma vida como programador organizada em elementos.">
<meta property="og:url" content="https://elemencast.github.io">
<meta property="og:image" content="https://elemencast.github.io/static/img/seo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="833">
<meta property="og:image:height" content="833">
<meta property="fb:admins" content="100001277522703">
<link rel="icon" sizes="192x192" href="static/img/icon-192.png">
<link rel="shortcut icon" sizes="16x16" href="static/img/icon-16.png">
<link rel="shortcut icon" sizes="32x32" href="static/img/icon-32.png">
<link rel="shortcut icon" sizes="64x64" href="static/img/icon-64.png">
<link rel="shortcut icon" sizes="128x128" href="static/img/icon-128.png">
<link rel="shortcut icon" sizes="192x192" href="static/img/icon-192.png">
<link rel="shortcut icon" sizes="500x500" href="static/img/icon-500.png">
<meta name="application-name" content="elemencast">
<link rel="prefetch" href="/static/img/pause.svg" />
<link rel="prefetch" href="/static/img/play.svg" />
<link rel="prefetch" href="/static/img/info2.svg" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,700,900">
<link rel="alternate" type="application/rss+xml" href="https://elemencast.github.io/static/rss.xml" title="elemencast">
<title>elemencast</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110465271-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110465271-1');
</script>
</body>
</html>