-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.php
65 lines (51 loc) · 1.92 KB
/
demo.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css">
<link href="css/freelancerpassword.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/c348b7aee7.js" crossorigin="anonymous"></script>
<title>Vidéo-AEVE</title>
</head>
<body>
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-desktop"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<h1 class="masthead-heading text-uppercase mb-0">accès Démo vidéo-AEVE</h1>
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-desktop"></i>
</div>
<div class="divider-custom-line"></div>
</div>
</div>
</header>
<div class="cadre">
<div class=" text-center ml-auto">
<a class="btn btn-xl btn-outline-light" href='panel-aeve-admin/index-admin.php'>
<i class="fas fa-tools mr-2 "></i>
Administration
</a>
</div>
<br>
<div class="divider-custom-icon"></div>
<br>
<div class=" text-center ml-auto">
<a class="btn btn-xl btn-outline-light" href='panel-aeve-public/index.php'>
<i class="fas fa-globe-europe mr-2"></i>
Site
</a>
</div>
</div>
</body>
</html>