-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (65 loc) · 2.52 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta http-equiv="Content-Language" content="en" />
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta name="theme-color" content="#0052D4" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon" />
<title>Gladys Assistant</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext"
/>
<!-- Dashboard Core -->
<link href="./assets/css/dashboard.css" rel="stylesheet" />
</head>
<body class="">
<script src="js/gladys.js"></script>
<div class="page">
<div class="page-content">
<div class="container text-center">
<div class="display-1 text-muted mb-5">
<img src="./assets/gladys-logo.svg" width="200" />
</div>
<div id="description-text-en" style="display: none">
<h1 class="h2 mb-3">
We are setting up your Gladys Assistant installation...
</h1>
<p class="h4 text-muted font-weight-normal mb-7">
This can take from 5 minutes to 1 hour depending your Raspberry Pi
model and internet bandwidth. <br />
This page will automatically reload when Gladys Assistant is
ready.
</p>
</div>
<div id="description-text-fr" style="display: none">
<h1 class="h2 mb-3">
Nous configurons votre installation Gladys Assistant...
</h1>
<p class="h4 text-muted font-weight-normal mb-7">
Cette étape peut prendre entre 5 minutes et 1 heure selon votre
modèle de Raspberry Pi et la vitesse de votre connexion internet.
<br />
Cette page rechargera automatiquement quand Gladys Assistant sera
prête !
</p>
</div>
</div>
</div>
</div>
</body>
</html>