-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (71 loc) · 4.01 KB
/
index.html
File metadata and controls
71 lines (71 loc) · 4.01 KB
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
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" sizes="128x128" href="ressources/img/favicon.png">
<link rel="stylesheet" href="ressources/css/style.css?v=3" />
<link rel="stylesheet" media="screen and (max-width: 1100px)" href="ressources/css/responsive.css?v=5" />
<link rel="stylesheet" href="https://file.wylarel.com/scrollbar.css"/>
<title>Waha</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script type="text/javascript"> (function() { var css = document.createElement('link'); css.href = 'https://use.fontawesome.com/releases/v5.1.0/css/all.css'; css.rel = 'stylesheet'; css.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(css); })(); </script>
<meta name="description" content="Une application mobile pour les étudiants de l'Athénée de Waha">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Waha">
<meta itemprop="description" content="Une application mobile pour les étudiants de l'Athénée de Waha">
<meta itemprop="image" content="https://wahadl.web.app/ressources/img/banner.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://wahadl.web.app/">
<meta property="og:type" content="website">
<meta property="og:title" content="Waha">
<meta property="og:description" content="Une application mobile pour les étudiants de l'Athénée de Waha">
<meta property="og:image" content="https://wahadl.web.app/ressources/img/banner.png">
<meta property="fb:app_id" content="2541008756147551">
<meta proterty="og:image:width" content="1920">
<meta proterty="og:image:height" content="1080">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Waha">
<meta name="twitter:description" content="Une application mobile pour les étudiants de l'Athénée de Waha">
<meta name="twitter:image" content="https://wahadl.web.app/ressources/img/banner.png">
</head>
<body class="body">
<main class="main-container">
<section id="app">
<div class="app-embed-container">
<iframe class="app-embed" src="https://wahaapplication.web.app/" frameborder="0"></iframe>
</div>
</section>
<section id="mobile" class="text-center">
<img class="mobile-header" src="ressources/img/mobile.png" alt="Waha">
<a class="mobile-dl-button text-white" target="_blank" href="https://play.google.com/store/apps/details?id=com.wylarel.waha">Télécharger pour Android</a>
<a class="mobile-dl-button text-white">Télécharger pour iOS</a>
<button class="mobile-dl-button text-white" onclick="continue_on_web();">Continuer en version Web</button>
</section>
</main>
<div class="wave-container">
<div class="wave"></div>
<div class="wave"></div>
</div>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5f50ed2b4704467e89ebebe7/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
<footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="ressources/js/mobile.js"></script>
</footer>
</html>