mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.8 KiB
30 lines
1.8 KiB
11 years ago
|
<!DOCTYPE html>
|
||
|
<html<%= ' manifest="/manifest.appcache"' if App.production? %> prefix="og: http://ogp.me/ns#">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
|
||
|
<meta name="description" content="DevDocs combines multiple API documentations in a fast, organized, and searchable interface.">
|
||
|
<meta property="og:title" content="DevDocs">
|
||
|
<meta property="og:description" content="DevDocs combines multiple API documentations in a fast, organized, and searchable interface.">
|
||
|
<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">
|
||
|
<title>DevDocs — API Documentation Browser</title>
|
||
|
<link rel="canonical" href="http://devdocs.io">
|
||
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="DevDocs Search">
|
||
|
<link rel="icon" type="image/x-icon" href="http://maxcdn.devdocs.io/favicon.ico">
|
||
|
<link rel="apple-touch-icon" href="http://maxcdn.devdocs.io/images/apple-icon-57.png">
|
||
|
<link rel="apple-touch-icon" sizes="72x72" href="http://maxcdn.devdocs.io/images/apple-icon-72.png">
|
||
|
<link rel="apple-touch-icon" sizes="114x114" href="http://maxcdn.devdocs.io/images/apple-icon-114.png">
|
||
|
<link rel="apple-touch-icon" sizes="144x144" href="http://maxcdn.devdocs.io/images/apple-icon-144.png">
|
||
|
<%= stylesheet_tag 'application' %>
|
||
|
<%= javascript_tag 'application', asset_host: false %>
|
||
|
<%= javascript_tag 'docs' %><% unless App.production? %>
|
||
|
<%= javascript_tag 'debug' %><% end %>
|
||
|
</head>
|
||
|
<body class="_booting">
|
||
|
<%= erb :app %></body>
|
||
|
</html>
|