Skip to content

Instantly share code, notes, and snippets.

@koderiet
Created September 12, 2012 07:06
Show Gist options
  • Save koderiet/3704854 to your computer and use it in GitHub Desktop.
Save koderiet/3704854 to your computer and use it in GitHub Desktop.
HTML5 - Basic Template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</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