Skip to content

Instantly share code, notes, and snippets.

@cyclopslabs
Created February 21, 2014 14:38
Show Gist options
  • Save cyclopslabs/9135396 to your computer and use it in GitHub Desktop.
Save cyclopslabs/9135396 to your computer and use it in GitHub Desktop.
Barebones HTML5 Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment