Test d'une page d'accueil
This commit is contained in:
11
CodeIgniter-3.1.13/application/views/accueil.php
Normal file
11
CodeIgniter-3.1.13/application/views/accueil.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<?php include '/layout/header_not_logged_dark.php';?>
|
||||
<head>
|
||||
<title>Page d'accueil</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bienvenue sur notre site !</h1>
|
||||
<p>Ceci est la page d'accueil de notre application.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user