From d0edc7ae77e0072fd727abfcd6e49bcecebbc181 Mon Sep 17 00:00:00 2001 From: Paul <paulthibaud@outlook.com> Date: Tue, 23 Oct 2018 12:30:12 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=C3=A9=20un=20BOUTON?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WebApp/application/views/accueil.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/WebApp/application/views/accueil.php b/src/WebApp/application/views/accueil.php index 90f72ca..3562944 100644 --- a/src/WebApp/application/views/accueil.php +++ b/src/WebApp/application/views/accueil.php @@ -1,5 +1,14 @@ <?php defined('BASEPATH') OR exit('No direct script access allowed'); ?><!DOCTYPE html> -<HTML> -<p>Bonjour, ceci est la page d'accueil de l'application Web BingeWatcher</p> \ No newline at end of file +<html> +<head> + <meta charset="utf-8"> + <title>BingeWatcher</title> +</head> +<body> + <p>Bonjour, ceci est la page d'accueil de l'application Web BingeWatcher</p> + + <button type="button"> Cliquez ici pour générer un nouveau film aléatoire </button> +</body> +</html> \ No newline at end of file -- GitLab