forked from 20syldev/doc-coopbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.html
33 lines (32 loc) · 1.34 KB
/
store.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
<!DOCTYPE html>
<html>
<head>
<title>Redirection vers le magasin...</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0;url=https://beacons.ai/coopstore"/>
<link rel="stylesheet" type="text/css" href="css/style.css" media="only screen and (min-width: 1080px)"/>
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="only screen and (max-width: 1080px)"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;690&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Braah+One"/>
<link rel="icon" href="images/coopbot.png"/>
<style>
.title {
font-family: 'Ginto-Nord-600', sans-serif;
font-size: 5em;
text-align: center;
margin-top: 20%;
}
.soustitre {
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
text-align: center;
margin-top: 2%;
}
</style>
</head>
<body>
<p class="title"><a href="https://beacons.ai/coopstore">Redirection en cours</a></p>
<p class="soustitre">Si la redirection vers le magasin ne se fait pas, cliquez <span class="list"><a href="https://beacons.ai/coopstore">ici</a></span>.
</body>
</html>