diff --git a/V5.png b/V5.png new file mode 100644 index 0000000..08d6169 Binary files /dev/null and b/V5.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..ee06071 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + Oui....Stiti + + + + + + + + + Oui.....Stiti +
+ Made by ♡ by Félix MARQUET +
+ + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..d26f5a6 --- /dev/null +++ b/style.css @@ -0,0 +1,17 @@ +body{ + font-family: 'Roboto', sans-serif; + background-color: black; + color: white; +} +#bottom{ + position: fixed; + bottom: 0; + width: 100%; + height: 50px; + color: white; + background-color: black; + text-align: center; + display: flex; + justify-content: center; + align-items: center; +} \ No newline at end of file