forked from ogpl/ogpl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (81 loc) · 3.46 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<!--[if IE 7]><html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="no-js ie8"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>Language selection - Open Government Platform (OGPL)</title>
<link rel="shortcut icon" href="/wet-boew/dist/theme-ogpl/images/favicon.ico" />
<meta name="description" content="English description / Description en anglais" />
<meta name="robots" content="noindex, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]>
<script src="/wet-boew/dist/js/jquery-ie.min.js"></script>
<script src="/wet-boew/dist/js/polyfills/html5shiv-min.js"></script>
<link rel="stylesheet" href="/wet-boew/dist/grids/css/util-ie-min.css" />
<link rel="stylesheet" href="/wet-boew/dist/js/css/pe-ap-ie-min.css" />
<link rel="stylesheet" href="/wet-boew/dist/theme-ogpl/css/theme-sp-pe-ie-min.css" />
<noscript><link rel="stylesheet" href="/wet-boew/dist/theme-ogpl/css/theme-ns-ie-min.css" /></noscript>
<![endif]-->
<!--[if gt IE 8]><!-->
<script src="/wet-boew/dist/js/jquery.min.js"></script>
<link rel="stylesheet" href="/wet-boew/dist/grids/css/util-min.css" />
<link rel="stylesheet" href="/wet-boew/dist/js/css/pe-ap-min.css" />
<link rel="stylesheet" href="/wet-boew/dist/theme-ogpl/css/theme-sp-pe-min.css" />
<noscript><link rel="stylesheet" href="/wet-boew/dist/theme-ogpl/css/theme-ns-min.css" /></noscript>
<!--<![endif]-->
<!-- CustomCSSStart -->
<!-- CustomCSSEnd -->
</head>
<body><div id="wb-body">
<div id="wb-head"><div id="wb-head-in"><header>
<!-- HeaderStart -->
<div id="ogpl-fullhd"><div id="ogpl-fullhd-in">
</div></div>
<div id="ogpl-bnr" role="banner"><div id="ogpl-bnr-in">
<div id="ogpl-title"><p id="ogpl-title-in"><img src="/wet-boew/dist/theme-ogpl/images/theme103_logo.png" alt="" /> <span>Open Government Platform (OGPL)</span></p></div>
</div></div>
<!-- HeaderEnd -->
</header></div></div>
<div id="wb-core"><div id="wb-core-in" class="equalize">
<div id="wb-main" role="main"><div id="wb-main-in">
<!-- MainContentStart -->
<h1 id="wb-cont">Language selection</h1>
<div class="span-4">
<ul class="button-group">
<li><a class="button button-accent" href="index-en.html">English</a></li>
<li><a class="button" href="about/licensing-en.html" rel="license">Terms and conditions</a></li>
</ul>
</div>
<div class="span-4" lang="fr">
<ul class="button-group">
<li><a class="button button-accent" href="index-fr.html">Français</a></li>
<li><a class="button" href="about/licensing-fr.html" rel="license">Avis</a></li>
</ul>
</div>
<div class="clear"></div>
<!-- MainContentEnd -->
</div></div>
</div></div>
</div>
<!-- ScriptsStart -->
<script src="/wet-boew/dist/js/settings.js"></script>
<!--[if lte IE 8]>
<script src="/wet-boew/dist/theme-ogpl/js/theme-ie-min.js"></script>
<script src="/wet-boew/dist/js/pe-ap-ie-min.js"></script>
<script src="/wet-boew/dist/js/jquerymobile/jquery.mobile-ie.min.js"></script>
<![endif]-->
<!--[if gt IE 8]><!-->
<script src="/wet-boew/dist/theme-ogpl/js/theme-min.js"></script>
<script src="/wet-boew/dist/js/pe-ap-min.js"></script>
<script src="/wet-boew/dist/js/jquerymobile/jquery.mobile.min.js"></script>
<!--<![endif]-->
<!-- ScriptsEnd -->
<!-- CustomScriptsStart -->
<!-- CustomScriptsEnd -->
</body>
</html>