Skip to content

Instantly share code, notes, and snippets.

@jafstar
Created January 9, 2013 20:55
Show Gist options
  • Save jafstar/4496852 to your computer and use it in GitHub Desktop.
Save jafstar/4496852 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Site Title</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="/css/reset.css" media="all" />
<link rel="stylesheet" type="text/css" href="/css/desktop.css" media="screen and (max-width: 3000px) and (min-width: 1025px)" />
<link rel="stylesheet" type="text/css" href="/css/tablet.css" media="screen and (max-width: 1024px) and (min-width: 501px)" />
<link rel="stylesheet" type="text/css" href="/css/mobile.css" media="screen and (max-width: 500px) and (min-width: 220px)"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.all.min.js"></script>
<link rel="shortcut icon" href="favicon.ico">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment