-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 2.16 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 lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv=X-UA-Compatible content="IE=edge"/>
<title>:: Not Cat Gifs ::</title>
<meta name="description" content="Now the Internet has the first place on it's World Wide Web without cat Gifs"/>
<!--[if IE]><link rel="icon" type="image/x-icon" href="favicon.ico"/><![endif]-->
<link rel="shortcut icon" href="static/favicon.png" type="image/png"/>
<!-- Social meta -->
<meta property="og:title" content="Not Cat Gifs"/>
<meta property="og:site_name" content="Not Cat Gifs"/>
<meta property="og:description" content="Now the Internet has the first place on it's World Wide Web without cat Gifs"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://cats.js.org"/>
<meta property="og:image" content="https://cats.js.org/static/social.gif"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="https://cats.js.og"/>
<meta name="twitter:creator" content="@whois_jorge"/>
<meta name="twitter:title" content="Not Cat Gifs"/>
<meta name="twitter:description" content="Now the Internet has the first place on it's World Wide Web without cat Gifs"/>
<meta name="twitter:image" content="https://cats.js.org/static/social.gif"/>
<!-- Mobile stuff -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<meta name="HandheldFriendly" content="true"/>
<meta name="msapplication-tap-highlight" content="no"/>
</head>
<body>
<noscript>This website requires JavaScript to be enabled. Please <a href="http://enable-javascript.com/" target="_blank">enable it</a> in your browser's settings and restart!</noscript>
<!--[if lte IE 9]>OMG! please <a href="http://browsehappy.com/" target="_blank">upgrade your browser</a>!<![endif]-->
<div id="app"></div>
<!-- fastclick -->
<script src="//cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
FastClick.attach(document.body)
}, false)
</script>
</body>
</html>