Skip to content

Instantly share code, notes, and snippets.

View andresousa's full-sized avatar

André Sousa andresousa

View GitHub Profile
@andresousa
andresousa / window-orientation.html
Created December 20, 2012 14:41
window-orientation
<link rel="stylesheet" media="all and (orientation:portrait)"
href="portrait.css">
<link rel="stylesheet" media="all and (orientation:landscape)"
href="landscape.css">
@andresousa
andresousa / html-head-boilerplate.html
Created November 20, 2012 18:04 — forked from nunosans/html-head-boilerplate.html
HTML Head Boilerplate & Reference
<!doctype html>
<html manifest="index.appcache"> <!-- HTML5 offline storage -->
<head>
<title>Title of this web page</title>
<!-- Technical Formating Meta Tags -->
<meta http-equiv="content-type" content="charset=utf-8">
<meta http-equiv="content-language" content="en-gb">
<!-- Authoring Meta Tags -->
<meta name="author" content="Author Name">
<meta name="publisher" content="Publisher Name">