devdocs/views/index.erb

38 lines
2.7 KiB
Text
Raw Normal View History

2013-10-24 20:25:52 +02:00
<!DOCTYPE html>
<html<%= ' manifest="/manifest.appcache"' if App.production? %> prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
2014-04-05 23:49:52 +02:00
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
<meta name="description" content="DevDocs combines <%= App.docs.size %> reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
2013-10-24 20:25:52 +02:00
<meta property="og:title" content="DevDocs">
<meta property="og:description" content="DevDocs combines <%= App.docs.size %> reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
2013-10-24 20:25:52 +02:00
<meta property="og:type" content="website">
<meta property="og:url" content="http://devdocs.io">
<meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
2014-11-23 16:52:09 +01:00
<meta name="robots" content="noodp">
2015-01-14 02:45:31 +01:00
<title>DevDocs: Offline API Documentation Browser</title>
2013-10-24 20:25:52 +02:00
<link rel="canonical" href="http://devdocs.io">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="DevDocs Search">
2014-11-30 21:55:26 +01:00
<link rel="alternate" href="http://devdocs.io/feed" title="DevDocs" type="application/atom+xml">
2013-10-24 20:25:52 +02:00
<link rel="icon" type="image/x-icon" href="http://maxcdn.devdocs.io/favicon.ico">
2013-12-21 09:32:02 +01:00
<link rel="fluid-icon" href="http://maxcdn.devdocs.io/images/fluid-icon.png" title="DevDocs">
2013-10-24 20:25:52 +02:00
<link rel="apple-touch-icon" sizes="72x72" href="http://maxcdn.devdocs.io/images/apple-icon-72.png">
2013-12-12 13:17:45 +01:00
<link rel="apple-touch-icon" sizes="76x76" href="http://maxcdn.devdocs.io/images/apple-icon-76.png">
2013-10-24 20:25:52 +02:00
<link rel="apple-touch-icon" sizes="114x114" href="http://maxcdn.devdocs.io/images/apple-icon-114.png">
2013-12-12 13:17:45 +01:00
<link rel="apple-touch-icon" sizes="120x120" href="http://maxcdn.devdocs.io/images/apple-icon-120.png">
2013-10-24 20:25:52 +02:00
<link rel="apple-touch-icon" sizes="144x144" href="http://maxcdn.devdocs.io/images/apple-icon-144.png">
2013-12-12 13:17:45 +01:00
<link rel="apple-touch-icon" sizes="152x152" href="http://maxcdn.devdocs.io/images/apple-icon-152.png">
2014-11-23 21:33:59 +01:00
<link rel="apple-touch-icon" sizes="160x160" href="http://maxcdn.devdocs.io/images/apple-icon-160.png">
2013-10-24 20:25:52 +02:00
<%= stylesheet_tag 'application' %>
<%= javascript_tag 'application', asset_host: false %>
<%= javascript_tag 'docs' %><% unless App.production? %>
<%= javascript_tag 'debug' %><% end %>
</head>
<body class="_booting _noscript">
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
2013-10-24 20:25:52 +02:00
<%= erb :app %></body>
</html>