Skip to content

Instantly share code, notes, and snippets.

@fiinix
Created March 18, 2013 21:27
Show Gist options
  • Save fiinix/5190975 to your computer and use it in GitHub Desktop.
Save fiinix/5190975 to your computer and use it in GitHub Desktop.
HTML: Basic Document
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Page Title</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/default.css?v=0.1" type="text/css" media="screen" />
</head>
<body>
html
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment