forked from github/developer.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
18 lines (18 loc) · 881 Bytes
/
head.html
File metadata and controls
18 lines (18 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<title><%= @item[:title] %> | GitHub Developer Guide</title>
<% if @item[:version] == 'dotcom' %>
<link rel="alternate" type="application/atom+xml" title="API Changes" href="/changes.atom" />
<% end %>
<link href="/assets/stylesheets/application.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/assets/javascripts/application.js" type="text/javascript"></script>
<% if ENV['DEV_MODE'] %>
<script src="/assets/javascripts/dev_mode.js" type="text/javascript"></script>
<% end %>
</head>