Skip to content

Instantly share code, notes, and snippets.

@PressedWebSnippets
Created March 7, 2012 00:38
Show Gist options
  • Save PressedWebSnippets/1990126 to your computer and use it in GitHub Desktop.
Save PressedWebSnippets/1990126 to your computer and use it in GitHub Desktop.
HTML - Generic HTML file
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" 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