mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
18 lines
754 B
Text
18 lines
754 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
|
|
<meta name="robots" content="noindex">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<title>DevDocs</title>
|
|
<link rel="icon" type="image/x-icon" href="http://maxcdn.devdocs.io/favicon.ico">
|
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Search DevDocs">
|
|
<%= stylesheet_tag 'application' %>
|
|
<%= javascript_tag 'application', asset_host: false %><% unless App.production? %>
|
|
<%= javascript_tag 'debug' %><% end %>
|
|
<script>app.DOC = <%= @doc.to_json %>;</script>
|
|
</head>
|
|
<body class="_booting">
|
|
<%= erb :app %></body>
|
|
</html>
|