1234567891011121314151617181920 |
- <svelte:head>
- <title>Sapper project template</title>
- </svelte:head>
- <h1>Great success!11!</h1>
- <section class="section">
- <div class="container">
- <h1 class="title">
- Hello World
- </h1>
- <p class="subtitle">
- My first website with <strong>Bulma</strong>!
- </p>
- </div>
- </section>
- <a class="button is-primary">
- Button
- </a>
|