Minimalistic starting point for Ember.js

by rlivsey

HTML

<script src="https://github.com/downloads/emberjs/ember.js/ember-0.9.5.js"></script>
<script type="text/x-handlebars" >
</script>

JavaScript

// Please change the info and fork this example
App = Ember.Application.create({});