bulma/docs/_includes/getting-started.html

23 lines
605 B
HTML
Raw Normal View History

2017-07-29 14:47:33 +00:00
<!DOCTYPE html>
<html>
<head>
<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>
</html>