Skip to content

Instantly share code, notes, and snippets.

@kimmel
Created May 24, 2012 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmel/2779203 to your computer and use it in GitHub Desktop.
Save kimmel/2779203 to your computer and use it in GitHub Desktop.
pm redesign <head> without IE support
<!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