-
Notifications
You must be signed in to change notification settings - Fork 21
/
_template-en.html
58 lines (54 loc) · 2.16 KB
/
_template-en.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
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![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>HEADING - ESDC / IT Accessibility office</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<meta name="description"
content="IT Accessibility Office provides adaptive technology and advocate for inclusiveness of people with disabilities in the workplace.">
<!-- Meta data-->
<!-- Load closure template scripts -->
<script src="https://ssl-templates.services.gc.ca/rn/cls/wet/gcweb/cdts/compiled/soyutils.js"></script>
<script src="https://ssl-templates.services.gc.ca/rn/cls/wet/gcweb/cdts/compiled/wet-en.js"></script>
<!-- Write closure template -->
<script src="../scripts/refTop.min.js"></script>
</head>
<body vocab="https://schema.org/" typeof="WebPage">
<div id="def-top">
</div>
<script>
var defTop = document.getElementById("def-top");
defTop.outerHTML = wet.builder.appTop({
"appName": [{
"text": "ESDC / IT Accessibility office",
"href": "../index.html"
}],
"breadcrumbs" : [{
"title": "Home",
"href" : "../index.html"
}],
"lngLinks": [{
"lang": "fr",
"href": "./_template-fr.html",
"text": "Français"
}],
"menuPath": "../ajax/menu-en.html"
});
</script>
<main role="main" property="mainContentOfPage" class="container">
<h1 property="name" id="wb-cont">HEADING</h1>
$CONTENT
<div id="def-preFooter"></div>
<script src="../scripts/preFooter.min.js"></script>
</main>
<div id="def-footer"></div>
<script src="../scripts/appFooter.min.js"></script>
<script src="../scripts/refFooter.min.js"></script>
<script src="../scripts/bati-itao.min.js"></script>
</body>
</html>