ajout fichier css + php, fusion - correction beug php

This commit is contained in:
2024-06-04 15:00:24 +02:00
parent e1831b92e8
commit ee261d214e
27 changed files with 240 additions and 430 deletions

View File

@@ -8,8 +8,7 @@ class welcome extends CI_Controller {
$this->load->model('model_music');
}
public function index(){
$this->load->view('layout/header');
$this->load->view('layout/footer');
$this->load->view('Welcome');
}
}