-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (55 loc) · 2.53 KB
/
index.html
File metadata and controls
64 lines (55 loc) · 2.53 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
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Pokémon Go Pokédex and Movedex</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Full Pokédex and Movedex for Pokemon Go! Happy hunting!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://squarecat.io/pokemongo-data/assets/sprites/025.png">
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Pokédex">
<meta name="apple-mobile-web-app-title" content="Pokédex">
<meta name="theme-color" content="#fff">
<meta name="msapplication-navbutton-color" content="#fff">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/pokemon-data">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="canonical" href="https://squarecat.io/pokemongo-data" />
<link rel="icon" href="test.png">
<link rel="apple-touch-icon" href="test.png">
<link href='https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://squarecat.io/src/assets/sq-font/styles.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80979900-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="body">
<main id="react-body">
</main>
<script src="build/bundle.js"></script>
<div class="referral">
<script id="fbxh479">
(function(i) {
var f, s = document.getElementById(i);
f = document.createElement('iframe');
f.src = '//button.flattr.com/view/?fid=3pregr&url=' + encodeURIComponent(document.URL);
f.title = 'Flattr';
f.height = 62;
f.width = 55;
f.style.borderWidth = 0;
s.parentNode.insertBefore(f, s);
})("fbxh479");
</script>
</div>
</body>
</html>