FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
developer.github.com/layouts/head.html at master · GoProjectOwner/developer.github.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GoProjectOwner
/
developer.github.com
Public
forked from
github/developer.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
developer.github.com
/
layouts
/
head.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (16 loc) · 806 Bytes
Breadcrumbs
developer.github.com
/
layouts
/
head.html
Copy path
File metadata and controls
17 lines (16 loc) · 806 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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] %
>
</
title
>
<
link
rel
="
alternate
"
type
="
application/atom+xml
"
title
="
API Changes
"
href
="
/changes.atom
"
/>
<
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
>
Back
|
FazBrowse Home
|
New Git URL