diff --git a/src/Controller/ConnectController.php b/src/Controller/ConnectController.php
deleted file mode 100644
index 627fffa..0000000
--- a/src/Controller/ConnectController.php
+++ /dev/null
@@ -1,18 +0,0 @@
-render('connect/index.html.twig', [
- 'controller_name' => 'ConnectController',
- ]);
- }
-}
diff --git a/templates/base.html.twig b/templates/base.html.twig
index ea07256..ed76b4b 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -24,7 +24,7 @@
- Connect
+ Connect
{% endblock %}
diff --git a/templates/connect/index.html.twig b/templates/connect/index.html.twig
deleted file mode 100644
index 42602bd..0000000
--- a/templates/connect/index.html.twig
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends 'base.html.twig' %}
-
-{% block title %}Hello ConnectController!{% endblock %}
-
-{% block body %}
-
-
-
/Volumes/Little-Disk/kap/Documents/IUT/3/S6.A.05 - Dev avancé/ProjetSymfony/src/Controller/ConnectController.php/Volumes/Little-Disk/kap/Documents/IUT/3/S6.A.05 - Dev avancé/ProjetSymfony/templates/connect/index.html.twig