Skip to content

Instantly share code, notes, and snippets.

@jaseflow
Created May 28, 2015 00:10
Show Gist options
  • Select an option

  • Save jaseflow/7055bfb415e5959e63f4 to your computer and use it in GitHub Desktop.

Select an option

Save jaseflow/7055bfb415e5959e63f4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Components</title>
<script src="lib/handlebars/handlebars.runtime.min.js"></script>
<script src="js/templates.js"></script>
<link rel="stylesheet" id="stylesheet"/>
</head>
<body>
<div id="component-container"></div>
<script src="js/client.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment