From f60e89680c70ee564a64f6a6efc66c57be9d6cb7 Mon Sep 17 00:00:00 2001 From: kodra <cojuvigny@gmail.com> Date: Fri, 8 Dec 2017 02:23:44 +0000 Subject: [PATCH] Ajoute urgences.php --- index.php | 2 +- src/style.css | 2 +- urgences.php | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 urgences.php diff --git a/index.php b/index.php index ff9782b..a51c721 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ <h1>Nuit de l'info 2017</h1> <h2>Super projet</h2> <div style="width:100%" id="btn-action" class="btn-group"> - <a href="404.html" style="line-height:75px; width:30%; margin-left:35%;" class="btn btn-lg btn-danger text-center "> + <a href="urgences.php" style="line-height:75px; width:30%; margin-left:35%;" class="btn btn-lg btn-danger text-center "> URGENCES </a> </div> diff --git a/src/style.css b/src/style.css index 703c596..addf897 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,5 @@ body { - background: url("https://images5.alphacoders.com/764/thumb-1920-764519.jpg"); + background-image: url("https://images5.alphacoders.com/764/thumb-1920-764519.jpg"); } html, body { diff --git a/urgences.php b/urgences.php new file mode 100644 index 0000000..db7dbe2 --- /dev/null +++ b/urgences.php @@ -0,0 +1,22 @@ +<html> +<head> +<meta charset="utf-8" /> +<title>URGENCES</title> +</head> +<body> +<div class="contain"> + <h1>Numéros à appeler :</h1> + <> +Pompier : 18</h2> + <h2>Police : 17</h3> + <h2>Samu : 15</h4> + <h2>Europe : 112</h5> +<div class="btn-group" role="group" aria-label="..."> + <button type="button" class="btn btn-default">Police: 17</button> + <button type="button" class="btn btn-default">Pompier: 18</button> + <button type="button" class="btn btn-default">Samu: 15</button> + <button type="button" class="btn btn-default">Europ: 112</button> +</div> +</div> +</body> +</html> -- GitLab