diff --git a/src.zip b/src.zip deleted file mode 100644 index 8ff1bf6..0000000 Binary files a/src.zip and /dev/null differ diff --git a/src/components/global/localisationpath/loc.riot b/src/components/global/localisationpath/loc.riot new file mode 100644 index 0000000..a136dab --- /dev/null +++ b/src/components/global/localisationpath/loc.riot @@ -0,0 +1,3 @@ + +

BUT - PRODUCTION - Informatique

+
\ No newline at end of file diff --git a/src/components/global/path/path.riot b/src/components/global/path/path.riot deleted file mode 100644 index 65d9b1d..0000000 --- a/src/components/global/path/path.riot +++ /dev/null @@ -1,3 +0,0 @@ - -

Salut

-
\ No newline at end of file diff --git a/src/components/includes/loader/loader.riot b/src/components/includes/loader/loader.riot index 2e89d88..0249ba3 100644 --- a/src/components/includes/loader/loader.riot +++ b/src/components/includes/loader/loader.riot @@ -4,7 +4,7 @@ - + - + diff --git a/src/pages/home.riot b/src/pages/home.riot index d0e8dbe..7b722d6 100644 --- a/src/pages/home.riot +++ b/src/pages/home.riot @@ -27,11 +27,21 @@ border-radius: 10px; } + + #main-container + #top + loc { + display: flex; + justify-content: center; + align-items: center; + width: 200px; + height: 10px; + }
- +