Skip to content

Instantly share code, notes, and snippets.

@pangratz
Created May 28, 2012 19:16
Show Gist options
  • Save pangratz/2820774 to your computer and use it in GitHub Desktop.
Save pangratz/2820774 to your computer and use it in GitHub Desktop.
Sample Ember.js app
App = Ember.Application.create();
<!DOCTYPE html>
<html>
<head>
<title>Ember.js app</title>
<link rel="stylesheet" href="style.css" media="screen" />
</head>
<body>
</body>
<script src="app.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment