diff --git a/type_juggling/Dockerfile b/type_juggling/Dockerfile
new file mode 100644
index 0000000..89e54df
--- /dev/null
+++ b/type_juggling/Dockerfile
@@ -0,0 +1,3 @@
+FROM php:8.2-apache
+
+COPY ./public_html/ /var/www/html/
diff --git a/type_juggling/public_html/index.php b/type_juggling/public_html/index.php
new file mode 100644
index 0000000..f4d9e4e
--- /dev/null
+++ b/type_juggling/public_html/index.php
@@ -0,0 +1,50 @@
+
+
+
+
+ Login
+
+
+
+Connexion
+
+
+
+
+
+
+
diff --git a/type_juggling/public_html/users.txt.lock b/type_juggling/public_html/users.txt.lock
new file mode 100644
index 0000000..3e8c8f0
--- /dev/null
+++ b/type_juggling/public_html/users.txt.lock
@@ -0,0 +1 @@
+Admin:0e904310212375757042757551233487
\ No newline at end of file
diff --git a/type_juggling/server/Dockerfile b/type_juggling/server/Dockerfile
deleted file mode 100644
index 7ab68ca..0000000
--- a/type_juggling/server/Dockerfile
+++ /dev/null
@@ -1,3 +0,0 @@
-FROM httpd:alpine3.18
-
-COPY ./public_html/ /usr/local/apache2/htdocs/
diff --git a/type_juggling/server/public_html/index.php b/type_juggling/server/public_html/index.php
deleted file mode 100644
index ae5f933..0000000
--- a/type_juggling/server/public_html/index.php
+++ /dev/null
@@ -1,29 +0,0 @@
-
diff --git a/type_juggling/server/public_html/login.html b/type_juggling/server/public_html/login.html
deleted file mode 100644
index 4fcd657..0000000
--- a/type_juggling/server/public_html/login.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- Login
-
-
-
-Connexion
-
-
-
-
-
\ No newline at end of file
diff --git a/type_juggling/server/public_html/users.txt.lock b/type_juggling/server/public_html/users.txt.lock
deleted file mode 100644
index 8b0f71f..0000000
--- a/type_juggling/server/public_html/users.txt.lock
+++ /dev/null
@@ -1 +0,0 @@
-Admin:hello9323512300
\ No newline at end of file