Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created May 19, 2013 04:59
Show Gist options
  • Save rblakejohnson/5606743 to your computer and use it in GitHub Desktop.
Save rblakejohnson/5606743 to your computer and use it in GitHub Desktop.
HTML: Base HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><!-- forces IE to play nice -->
<link rel="shortcut icon" href="favicon.ico" />
<title>Title</title>
<meta name="HandheldFriendly" content="True"/>
<meta name="MobileOptimized" content="320"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<link rel="stylesheet" href="main.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment