Skip to content

Instantly share code, notes, and snippets.

@tomess
Created February 1, 2013 15:40
Show Gist options
  • Save tomess/4692061 to your computer and use it in GitHub Desktop.
Save tomess/4692061 to your computer and use it in GitHub Desktop.
HTML: Basic Template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Basic HTML5 Template</title>
<link href="stylesheets/style.css" rel="stylesheet" type="text/css" media="screen" />
<script src="example.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment