diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..a7a067e --- /dev/null +++ b/css/main.css @@ -0,0 +1,3 @@ +.red { + color: #f24b4b; +} diff --git a/index.html b/index.html index 3b363bb..99deb9f 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + diff --git a/js/main.js b/js/main.js index 0920a9b..0b5a585 100644 --- a/js/main.js +++ b/js/main.js @@ -8,7 +8,7 @@ if (projectID == '' || isNaN(projectID)) { const projectEndpoint = `/projects/${projectID}`; var editor = grapesjs.init({ container : '#gjs', - components: '
Le chargement du projet est en cours. Si ce message ne disparait pas, le chargement a sans doutes échoué…
', + components: '
Le chargement du projet est en cours. Si ce message ne disparait pas, le chargement a sans doutes échoué…
', i18n: { locale: 'fr', // default locale detectLocale: false, // by default, the editor will detect the language