Add head tag info

old
Javi Velasco 2015-11-02 13:29:38 +01:00
parent af1ac20185
commit 86b6c8b661
2 changed files with 18 additions and 4 deletions

BIN
docs/www/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -2,17 +2,31 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>React Toolbox Documentation</title>
<meta name="description" content="A set of complementary tools to ReactJS.">
<title>React Toolbox</title>
<meta name="description" content="React Toolbox is a set of React components that implement Google's Material Design specification. It's powered by CSS Modules and harmoniously integrates with your Webpack workflow. You can take a tour through our documentation website and try the components live!">
<meta name="author" content="React Toolbox team">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)">
<meta name="apple-mobile-web-app-title" content="Material Console">
<meta name="apple-mobile-web-app-title" content="React Toolbox">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-status-bar-style" content="#303f9f">
<meta name="format-detection" content="telephone=no">
<meta name="HandheldFriendly" content="True">
<meta http-equiv="cleartype" content="on">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="www.react-toolbox.com">
<meta name="twitter:title" content="React Toolbox">
<meta name="twitter:description" content="React Toolbox is a set of React components that implement Google's Material Design specification. It's powered by CSS Modules and harmoniously integrates with your Webpack workflow. You can take a tour through our documentation website and try the components live!.">
<meta name="twitter:image" content="images/logo.png">
<meta name="og:title" content="React Toolbox">
<meta name="og:description" content="React Toolbox is a set of React components that implement Google's Material Design specification. It's powered by CSS Modules and harmoniously integrates with your Webpack workflow. You can take a tour through our documentation website and try the components live!.">
<meta name="og:url" content="www.react-toolbox.com">
<meta name="og:image" content="images/logo.png">
<meta name="og:type" content="app">
<link rel="canonical" href="http://www.react-toolbox.com/">
<link rel="stylesheet" href="docs.css">
</head>