-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
42 lines (41 loc) · 1.35 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="Utf-8" />
<link rel="stylesheet" href="pure/main.css" type="text/css" />
<link rel="shortcut icon" href="pure/firelink/images/havicon.png" type="image/png">
<link rel="icon" href="pure/firelink/images/havicon.png" type="image/png">
<title>Heidi</title>
</head>
<body>
<header>
<div class="border">
<h1>https://site.com</h1>
</div>
</header>
<div class="all">
<div class="loader">
<h1>Bienvenue sur Heidi</h1>
</div>
<div class="linea">
</div>
<div class="explain">
<p>Inscrivez-vous pour entrer sur le site. Si c'est déjà fait vous pouvez directement choisir "Login".</p>
</div>
<div class="line">
</div>
<div class="entry">
<a href="pure/inscript.php" class="connex">Subscribe</a>
<a href="pure/conn.php" class="connex2">Login</a>
</div>
<div class="tox">
<a>Tox Info : 145 (numéro d'urgence 24h/24)</a>
</div>
</div>
<footer>
<div class="borderfoot">
<h1 class="contenu">https://site.com</h1>
</div>
</footer>
</body>
</html>