diff --git a/Controller/ProjectController.php b/Controller/ProjectController.php
deleted file mode 100644
index 61cfcd3..0000000
--- a/Controller/ProjectController.php
+++ /dev/null
@@ -1,52 +0,0 @@
-";
- $model = new ProjectModel();
- $data = $model->readProject();
-
- echo "
";
-
-
- // Display the data in a table format
- echo '
' . htmlspecialchars($header) . ' | '; - } - echo '
---|
' . htmlspecialchars($cell) . ' | '; - } - echo '