index.svelte 371 B

1234567891011121314151617181920
  1. <svelte:head>
  2. <title>Sapper project template</title>
  3. </svelte:head>
  4. <h1>Great success!11!</h1>
  5. <section class="section">
  6. <div class="container">
  7. <h1 class="title">
  8. Hello World
  9. </h1>
  10. <p class="subtitle">
  11. My first website with <strong>Bulma</strong>!
  12. </p>
  13. </div>
  14. </section>
  15. <a class="button is-primary">
  16. Button
  17. </a>