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

3
_javascript/main.js Normal file
View File

@@ -0,0 +1,3 @@
document.addEventListener('DOMContentLoaded', () => {
console.log('Hello Bulma!');
});