Skip to content

Instantly share code, notes, and snippets.

@thirdj
Created April 9, 2013 03:13
Show Gist options
  • Save thirdj/5342650 to your computer and use it in GitHub Desktop.
Save thirdj/5342650 to your computer and use it in GitHub Desktop.
HTML5 Basic Template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title> add title </title>
<link rel="stylesheet" href="/stylesheet/style.css" />
</head>
<body>
<!-- contents -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment