Created
August 14, 2014 19:35
-
-
Save jayceekay/0b4c1d61369d1e01a987 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
justin@arrakis:~ $ curl -L -A "Googlebot/2.1 (+http://www.google.com/bot.html)" http://www.jamespgannon.com | |
justin@arrakis:~ $ curl -L -A "justin" http://www.jamespgannon.com | |
<!DOCTYPE html> | |
<!--[if IE 7]> | |
<html class="ie ie7" lang="en-US"> | |
<![endif]--> | |
<!--[if IE 8]> | |
<html class="ie ie8" lang="en-US"> | |
<![endif]--> | |
<!--[if !(IE 7) | !(IE 8) ]><!--> | |
<html lang="en-US"> | |
<!--<![endif]--> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>James P Gannon | Filmmaker / Designer</title> | |
<link rel="profile" href="http://gmpg.org/xfn/11" /> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment