Skip to content

Instantly share code, notes, and snippets.

@Akahadaka
Last active September 24, 2015 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akahadaka/afb9169887385589b6cf to your computer and use it in GitHub Desktop.
Save Akahadaka/afb9169887385589b6cf to your computer and use it in GitHub Desktop.
Basic generic HTM5 template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<meta name="description" content="Description goes here">
<meta name="author" content="Author(s) name here">
<!-- Custom CSS stylesheets loaded -->
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<div>Hello world!</div>
<!-- Include Modernizr script to assist with browser compatibility -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!-- Custom Javascript scripts loaded -->
<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