2013-10-24 20:25:52 +02:00
<!DOCTYPE html>
2019-07-07 15:21:29 +02:00
<html prefix="og: http://ogp.me/ns#" lang="en" class="_booting">
2013-10-24 20:25:52 +02:00
<head>
<meta charset="utf-8">
2015-10-18 20:46:34 +02:00
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no">
2017-09-23 18:55:04 +02:00
<meta name="description" content="Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++…">
2017-01-02 19:47:23 +01:00
<meta property="application-name" content="DevDocs">
2013-10-24 20:25:52 +02:00
<meta property="og:title" content="DevDocs">
2017-09-23 18:55:04 +02:00
<meta property="og:description" content="Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, and many more.">
2013-10-24 20:25:52 +02:00
<meta property="og:type" content="website">
2016-10-16 16:33:27 +02:00
<meta property="og:url" content="<%= canonical_origin %>">
2021-01-21 10:25:51 +01:00
<meta property="og:image" content="/images/icon-320.png">
2021-05-31 21:34:34 +02:00
<meta property="twitter:title" content="DevDocs API Documentation">
<meta property="twitter:description" content="Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++…">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="<%= canonical_origin %>">
<meta property="twitter:image" content="/images/icon-320.png">
2017-01-02 19:47:23 +01:00
<meta name="apple-mobile-web-app-title" content="DevDocs">
2013-10-24 20:25:52 +02:00
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2013-12-12 12:41:58 +01:00
<meta name="format-detection" content="telephone=no">
2019-07-12 17:13:27 +02:00
<meta name="theme-color" content="#eee">
2014-11-23 16:52:09 +01:00
<meta name="robots" content="noodp">
2015-05-24 16:23:51 +02:00
<title>DevDocs API Documentation</title>
2016-10-16 16:33:27 +02:00
<link rel="canonical" href="<%= canonical_origin %>">
2017-09-11 00:16:52 +02:00
<link rel="manifest" href="/manifest.json">
2013-10-24 20:25:52 +02:00
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="DevDocs Search">
2016-10-16 16:33:27 +02:00
<link rel="alternate" href="<%= canonical_origin %>/feed" title="DevDocs" type="application/atom+xml">
2021-01-21 10:25:51 +01:00
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="fluid-icon" href="/images/fluid-icon.png" title="DevDocs">
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-icon-72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple-icon-76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-icon-114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple-icon-120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-icon-144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple-icon-152.png">
<link rel="apple-touch-icon" sizes="160x160" href="/images/apple-icon-160.png">
<link rel="mask-icon" href="/images/webkit-mask-icon.svg" color="#398df0">
2018-08-11 17:17:55 +02:00
<%= stylesheet_tag 'application' %>
2013-10-24 20:25:52 +02:00
</head>
2019-07-07 15:21:29 +02:00
<body>
2014-09-06 23:31:16 +02:00
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
2017-09-10 00:14:23 +02:00
<%= erb :app -%>
2021-01-21 10:25:51 +01:00
<%= javascript_tag 'application' %>
2017-09-10 00:14:23 +02:00
<%= javascript_tag 'docs' %><% unless App.production? %>
<%= javascript_tag 'debug' %><% end %>
</body>
2013-10-24 20:25:52 +02:00
</html>