2017-07-29 14:47:33 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-07-30 18:20:50 +00:00
|
|
|
<meta charset="utf-8">
|
2017-07-29 14:47:33 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Hello Bulma!</title>
|
2019-10-19 15:31:58 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@{{ site.data.meta.version }}/css/bulma.min.css">
|
2017-07-29 14:47:33 +00:00
|
|
|
</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>
|
2017-07-30 18:20:50 +00:00
|
|
|
</html>
|