This repository was archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmaintenance.html
executable file
·70 lines (61 loc) · 2.97 KB
/
maintenance.html
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
70
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Intégration UTT</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css" />
<link href="/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
<link href="/css/skins/skin-blue.min.css" rel="stylesheet" type="text/css" />
<meta name="apple-mobile-web-app-title" content="Intégration UTT">
<meta name="msapplication-TileColor" content="#3c8dbc">
<meta name="application-name" content="Intégration UTT">
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="120x120" href="/img/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/icons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/img/icons/apple-touch-icon-57x57.png">
<link rel="icon" type="image/png" href="/img/icons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/icons/favicon-96x96.png" sizes="96x96">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.error-text {
padding-top:200px;
text-align:center;
}
</style>
</head>
<body class="skin-blue layout-top-nav">
<div class="wrapper">
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand"><b>Intégration</b> UTT</a>
</div>
</div>
</nav>
</header>
<div class="content-wrapper">
<div class="container">
<section class="error-text">
<h1>Maintenance en cours</h1>
<h4>Désolé, le site de l'intégration est actuellement en maintenance et n'est pas disponible !</h4>
<p>Revenez dans quelques temps !</p>
</section>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="/js/admin.min.js" type="text/javascript"></script>
</body>
</html>