This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_template-en.html
59 lines (57 loc) · 2.59 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
59
<!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="Web Experience Toolkit (WET) includes reusable components for building and maintaining innovative Web sites that are accessible, usable, and interoperable. These reusable components are open source software and free for use by departments and external Web communities">
<!-- 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="https://bati-itao.github.io/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": "https://bati-itao.github.io/index-en.html"
}],
"breadcrumbs" : [{
"title": "Home",
"href" : "https://bati-itao.github.io/index-en.html"
},{
"title": "Learning",
"href" : "./index.html"
}],
"lngLinks": [{
"lang": "fr",
"href": "./_template-fr.html",
"text": "Français"
}],
"menuPath": "https://bati-itao.github.io/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="https://bati-itao.github.io/scripts/preFooter.min.js"></script>
</main>
<div id="def-footer"></div>
<script src="https://bati-itao.github.io/scripts/appFooter.min.js"></script>
<script src="https://bati-itao.github.io/scripts/refFooter.min.js"></script>
<script src="https://bati-itao.github.io/scripts/bati-itao.min.js"></script>
</body>
</html>