main.html 207 B

123456789
  1. <div class="hero-unit">
  2. <h1>'Allo, 'Allo!</h1>
  3. <p>You now have</p>
  4. <ul>
  5. <li ng-repeat="thing in awesomeThings">{{thing}}</li>
  6. </ul>
  7. <p>installed.</p>
  8. <h3>Enjoy coding! - Yeoman</h3>
  9. </div>