Created
May 24, 2012 03:03
-
-
Save kimmel/2779203 to your computer and use it in GitHub Desktop.
pm redesign <head> without IE support
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
<!doctype html> | |
<html lang="en-us" class="no-js"> | |
<head> | |
<meta charset="utf-8" /> | |
<title> | |
new PM design | |
</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> | |
<link rel="stylesheet" href="css/columnal.css" type="text/css" media="screen" /> | |
<link rel="stylesheet" href="css/custom.css" type="text/css" media="screen" /> | |
<link rel="icon" href="http://perlmonks.org/favicon.ico"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment