This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (40 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>kartolaFC</title>
<script>
if (location.protocol != 'https:' && !location.host.match("^127.0.0.1|^localhost|^192.168.0.4|^10.42.0.1")) {
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
</script>
<meta name="google-site-verification" content="qWP9yA93MUZV_hCNK-fE1C51p2G0fF_n63eAo1RCWn8" />
<meta name="language" content="pt-br" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#23d160" />
<meta name="description" content="KartolaFC mostra a pontuação do seu time e ligas" />
<meta name="keywords" content="cartola, kartolafc, kartola, times, futebol, cartola rodada, cartola times" />
<meta property='og:title' content='KartolaFC' />
<meta property='og:description' content='KartolaFC mostra a pontuação do seu time e ligas' />
<meta property='og:image' content='/static/img/icon.png' />
<meta property='og:url' content='https://kartolafc.com.br' />
<meta property='og:type' content='website futebol cartolafc kartolafc' />
<meta property='og:site_name' content='KartolaFC' />
<link rel="manifest" href="./manifest.json">
<link rel="icon" type="image/png" href="/static/img/icon.png"/>
<link rel="apple-touch-icon" href="/static/img/icon.png">
</head>
<body>
<div class="">
<div id="app"></div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>