Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
added canonical link
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Nov 7, 2012
1 parent d0f5b66 commit febbdd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "jsonp",
"homepage": "http://jsonp.jit.su",
"description": "A simple JSONP proxy",
"version": "0.0.0-27",
"version": "0.0.0-28",
"repository": {
"type": "git",
"url": "https://github.com/afeld/jsonp.git"
Expand Down
1 change: 1 addition & 0 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>JSONProxy</title>
<meta name="description" content="Enables cross-domain requests to any JSON API"/>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<link rel="canonical" href="http://jsonp.jit.su/"/>
<link href="public/app.css" rel="stylesheet" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="public/jquery.infieldlabel.js" type="text/javascript"></script>
Expand Down

0 comments on commit febbdd3

Please sign in to comment.