Sélectionner une révision Git
matrixcommandhandler.ts
urgences.php 999 o
<html>
<head>
<meta charset="utf-8" />
<title>URGENCES</title>
</head>
<body>
<div class="container">
<h1>Numéros à appeler :</h1>
<div class="btn-group-lg" style="margin-left:auto; margin-right:auto;width:45%;mardin-bot:100px" role="group" aria-label="...">
<a href="tel:17" type="button" class="btn btn-default">Police: 17</a>
<a href="tel:18" type="button" class="btn btn-default">Pompier: 18</a>
<a href="tel:15" type="button" class="btn btn-default">Samu: 15</a>
<a href="tel:112" type="button" class="btn btn-default">Europ: 112</a>
</div>
</div>
<div class="container">
<h1>Les gestes à faire</h1>
<div style="width:100%" class="btn-group">
<a href="https://www.youtube.com/watch?v=rAxHAKNbtu0" style="line-height:75px; width:30%; margin-left:35%;" class="btn btn-lg btn-success text-center ">
Video à voir
</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="assets/app.bundle.js"></script>
</body>
</html>