This repository has been archived by the owner on Feb 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
69 lines (69 loc) · 2.27 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>112 Help</title>
<style>
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
text-align: center;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
</style>
</head>
<body style="background:#fff; color:#000;">
<div class="container">
<div style="margin-top:10px;"><img src="/admin/logo.png" alt="112 Help"></div>
<p style="text-align:justify;">
<strong>112help.be</strong> est un prototype développé lors du #MolenHack, hackathon organisé par <a href="http://molengeek.com/" target="_blank">MolenGeek</a>, les 29, 30 Avril et 1er mai 2016 à Molenbeek.<br>
Si vous êtes en danger ou avez besoin des urgences, appelez le <a href="tel://112">112</a>.
</p>
<p><a href="/index.php" style="width:100%; border:1px solid #808080; line-height:50px; display:inline-block; color:#808080;">Accéder au prototype</a></p>
<div><img src="http://molengeek.com/wp-content/uploads/2015/12/MG_LOGO_V32-e1459461005653.png" alt="MolenGeek"></div>
</body>
</html>