12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Hello Bulma!</title>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/{{ site.data.meta.version }}/css/bulma.min.css">
- <script defer src="{{ site.data.icons.fontawesome5 }}"></script>
- </head>
- <body>
- <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>
- </body>
- </html>
|