Skip to content

Instantly share code, notes, and snippets.

@jbpros
Created October 15, 2013 11:23
Show Gist options
  • Save jbpros/6990129 to your computer and use it in GitHub Desktop.
Save jbpros/6990129 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Angular.js training">
<meta name="author" content="Julien Biezemans (@jbpros) <[email protected]>">
<title>Angular.js training</title>
<link rel="stylesheet" href="/components/bootstrap/dist/css/bootstrap.css" media="screen">
<script src="/components/angular/angular.js"></script>
<script src="/scripts/app.js"></script>
</head>
<body>
<div class="container">
<h1>Angular.js training</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment