diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c4f8b14 Binary files /dev/null and b/favicon.ico differ diff --git a/img/258.png b/img/258.png new file mode 100644 index 0000000..2d2f13a Binary files /dev/null and b/img/258.png differ diff --git a/img/259.png b/img/259.png new file mode 100644 index 0000000..a62c9b9 Binary files /dev/null and b/img/259.png differ diff --git a/img/261.png b/img/261.png new file mode 100644 index 0000000..e6fc292 Binary files /dev/null and b/img/261.png differ diff --git a/img/263.png b/img/263.png new file mode 100644 index 0000000..5873068 Binary files /dev/null and b/img/263.png differ diff --git a/img/264.png b/img/264.png new file mode 100644 index 0000000..edb7b93 Binary files /dev/null and b/img/264.png differ diff --git a/img/266.png b/img/266.png new file mode 100644 index 0000000..fde975c Binary files /dev/null and b/img/266.png differ diff --git a/img/267.png b/img/267.png new file mode 100644 index 0000000..bf6b489 Binary files /dev/null and b/img/267.png differ diff --git a/img/268.png b/img/268.png new file mode 100644 index 0000000..f02cdad Binary files /dev/null and b/img/268.png differ diff --git a/img/270.png b/img/270.png new file mode 100644 index 0000000..6171864 Binary files /dev/null and b/img/270.png differ diff --git a/img/271.png b/img/271.png new file mode 100644 index 0000000..8561880 Binary files /dev/null and b/img/271.png differ diff --git a/img/272.png b/img/272.png new file mode 100644 index 0000000..fab9439 Binary files /dev/null and b/img/272.png differ diff --git a/img/278.png b/img/278.png new file mode 100644 index 0000000..df2f6c5 Binary files /dev/null and b/img/278.png differ diff --git a/img/281.png b/img/281.png new file mode 100644 index 0000000..ccb853d Binary files /dev/null and b/img/281.png differ diff --git a/img/282.png b/img/282.png new file mode 100644 index 0000000..afdbcf9 Binary files /dev/null and b/img/282.png differ diff --git a/img/288.png b/img/288.png new file mode 100644 index 0000000..76ef301 Binary files /dev/null and b/img/288.png differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..041cd47 --- /dev/null +++ b/index.php @@ -0,0 +1,45 @@ + + + + Teumbleur + + + + + + + + + + +
+
+

Vous pouvez également aller faire un tour sur mon site ou jeter un œil à mes autres concepts.

+

+ +\n"; + foreach($fichier as $lien) { + echo "
\r +

- source -

\r\r

"; + } + echo "\t\t"; + } + +?> + \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..92c80ff Binary files /dev/null and b/logo.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..2a7b588 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +body { + background-color: #0A0A0A; +} + +p { + font-family: 'Terminal Dosis Light', sans-serif; + color: #F4F4F4; +} + +a { + color: #BD0235; + text-decoration: none; +} + +div { + font-family: 'Terminal Dosis Light', sans-serif; +} + +img { + width: 600px; + height: auto; + border-radius: 12px; +}