Skip to content
Extraits de code Groupes Projets
Valider f60e8968 rédigé par kodra's avatar kodra Validation de Etienne BRATEAU
Parcourir les fichiers

Ajoute urgences.php

parent d3107a8e
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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>
......
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 {
......
<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>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter