This commit is contained in:
mmacneil
2019-08-16 16:11:22 -03:00
parent 6289926be5
commit 4f8b4810a6
5 changed files with 1114 additions and 1097 deletions

32
src/dist/index.html vendored
View File

@ -1,11 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My custom Bulma website</title>
<link rel="stylesheet" href="css/main.bundle.css">
</head>
<body>
<h1 class="title">
<head>
<title>My custom Bulma website</title>
<link rel="stylesheet" href="css/main.bundle.css">
</head>
<body>
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title">
Mark Macneil
</h1>
<h2 class="subtitle">
Primary subtitle
</h2>
</div>
</div>
</section>
<!-- <h1 class="title">
Bulma
</h1>
@ -32,6 +47,7 @@
<div class="buttons">
<a class="button is-primary">Primary</a>
<a class="button is-link">Link</a>
</div>
</body>
</div> -->
</body>
</html>