forked from ramsaylanier/WordExpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tpl.html
45 lines (41 loc) · 3.26 KB
/
index.tpl.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WordExpress</title>
<meta property="og:title" content="WordExpress">
<meta property="og:type" content="website">
<meta property="og:url" content="http://wordexpress.io">
<meta property="og:description" content="Replacing PHP with Javascript in WordPress development">
<meta property="og:image" content="http://wordexpress.s3.amazonaws.com/wp-content/uploads/2016/01/25030548/logowithtype.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="http://s3.amazonaws.com/wordexpress/favicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="http://s3.amazonaws.com/wordexpress/favicons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="vfavicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="vfavicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="http://s3.amazonaws.com/wordexpress/favicons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="http://s3.amazonaws.com/wordexpress/favicons/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" "/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="http://s3.amazonaws.com/wordexpress/favicons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="http://s3.amazonaws.com/wordexpress/favicons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="http://s3.amazonaws.com/wordexpress/favicons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="http://s3.amazonaws.com/wordexpress/favicons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="http://s3.amazonaws.com/wordexpress/favicons/mstile-310x310.png" />
<script src="https://use.typekit.net/kqa7eaw.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<div id="root"></div>
</body>
</html>