This commit is contained in:
mmacneil 2019-08-16 21:47:38 -03:00
parent e8d80b8165
commit d7cbfafc9b
2 changed files with 8 additions and 0 deletions

BIN
src/dist/favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

8
src/dist/index.html vendored
View File

@ -3,6 +3,7 @@
<head> <head>
<title>My custom Bulma website</title> <title>My custom Bulma website</title>
<link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/main.bundle.css"> <link rel="stylesheet" href="css/main.bundle.css">
</head> </head>
@ -31,6 +32,13 @@
</div> </div>
</section> </section>
<section class="section">
<div class="container">
<h1 class="title">About Me</h1>
<p>adfasfasf</p>
</div>
</section>
<!-- <h1 class="title"> <!-- <h1 class="title">
Bulma Bulma
</h1> </h1>