index.eta 413 B

123456789101112131415
  1. <% layout("/en/layout") %>
  2. <%~ include("/en/partials/navbar") %>
  3. <section class="indexHero">
  4. <div>
  5. <h1>it looks like this >>>>></h1>
  6. <p>the best weather station you have ever seen</p>
  7. <a role="button" href="/en/auth" class="button">login</a>
  8. </div>
  9. <div>
  10. <img alt="a picture of the best weather station" src="https://placehold.net/600x400.png">
  11. </div>
  12. </section>