react-toolbox/docs/www/index.html

38 lines
2.3 KiB
HTML
Raw Normal View History

2015-10-23 02:50:05 +03:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2015-11-02 15:29:38 +03:00
<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!">
2015-10-23 02:50:05 +03:00
<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)">
2015-11-02 15:29:38 +03:00
<meta name="apple-mobile-web-app-title" content="React Toolbox">
2015-10-23 02:50:05 +03:00
<meta name="apple-mobile-web-app-capable" content="yes">
2015-11-02 15:29:38 +03:00
<meta name="apple-mobile-web-app-status-bar-style" content="#303f9f">
2015-10-23 02:50:05 +03:00
<meta name="format-detection" content="telephone=no">
<meta name="HandheldFriendly" content="True">
<meta http-equiv="cleartype" content="on">
2015-11-02 15:29:38 +03:00
<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/">
2015-11-02 00:55:23 +03:00
<link rel="stylesheet" href="docs.css">
2015-10-23 02:50:05 +03:00
</head>
<body>
<div id="app"></div>
2015-11-02 00:55:23 +03:00
<script src="docs.js"></script>
2015-10-23 02:50:05 +03:00
</body>
</html>