-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.45 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="France Travail">
<meta name="description" content="Découvrez la démarche open source et l'OSPO de France Travail, un catalyseur d'innovation collective et de collaboration.">
<meta name="keywords" content="France Travail, Open Source, OSPO, Innovation, Éco-Conception, TradEmploi, TOSIT, Architecture, RSE">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Open Source Program Office - France Travail">
<meta property="og:description" content="Apprenez-en plus sur l'OSPO de France Travail et nos initiatives open source.">
<meta property="og:image" content="fiche.png">
<meta name="twitter:card" content="summary_large_image">
<title>OSPO - France Travail</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #f4f4f9;
}
img {
max-width: 90%;
max-height: 90%;
object-fit: contain;
border: 2px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<img src="fiche-finale.png" alt="Fiche OSPO">
</body>
</html>