Ajout de Bulma CSS

This commit is contained in:
Anthony Dumas
2019-02-25 00:47:08 +01:00
parent b08a12635c
commit b8723435ed
12 changed files with 14228 additions and 84 deletions

5
lib/main.js Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
document.addEventListener('DOMContentLoaded', function () {
console.log('Hello Bulma!');
});