index.hbs 353 B

1234567891011121314
  1. <div class="container">
  2. <h1>Welcome to Ember.js!</h1>
  3. <p class="lead">
  4. If you see this, Ember.js app has started successfully.
  5. </p>
  6. <h2>Where are forums?</h2>
  7. <p>
  8. This code is work in progress for Misago 0.6 release. If you expected to see forums instead, please download <strong>latest 0.5 release</strong> instead.
  9. </p>
  10. </div>