index.template.html 133 B

1234567891011
  1. <h1>
  2. {{title}}
  3. </h1>
  4. <p>
  5. Welcome to bugs!
  6. </p>
  7. <p>
  8. <a href="#page-login">Login</a>
  9. -
  10. <a href="#page-register">Register</a>
  11. </p>