Skip to content

Instantly share code, notes, and snippets.

@tomdeboer
Created April 24, 2013 14:04
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 tomdeboer/5452368 to your computer and use it in GitHub Desktop.
Save tomdeboer/5452368 to your computer and use it in GitHub Desktop.
HTML - startingpoint
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Page</title>
<base href="//"/><!--[if lte IE 6]></base><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="assets/style.css" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment