Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created September 25, 2012 16:54
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 vedovelli/3783115 to your computer and use it in GitHub Desktop.
Save vedovelli/3783115 to your computer and use it in GitHub Desktop.
HTML: HTML5 Structure
<!doctype html>
<html>
<head>
<title></title>
<meta charset="utf8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment