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>
|
|
|
|
<link rel="stylesheet" href="{{ site.fontawesome }}">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/{{ site.version }}/css/bulma.min.css">
|
|
|
|
</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>
|