Skip to content

Instantly share code, notes, and snippets.

@old-campos
Created September 27, 2012 13:41
Show Gist options
  • Save old-campos/3794069 to your computer and use it in GitHub Desktop.
Save old-campos/3794069 to your computer and use it in GitHub Desktop.
HTML: HTML5 DOCTYPE
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment