diff --git a/index.php b/index.php index ff9782b583048d490f4dcd03b5dc263cf4e2fa6b..a51c7214244134c00c4218b1bfd4a3104dcce1db 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 703c5963f16e81c76194d6b099d975329b8df2d1..addf897b517033072c4932b5dc9c49a381f695cc 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 0000000000000000000000000000000000000000..db7dbe2ccf9aeb91f5f1a3dffa2357182b8a9ab4 --- /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>