-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.serveLazyDevServerTemplate.html
163 lines (161 loc) · 8.21 KB
/
.serveLazyDevServerTemplate.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport" />
<title><%= htmlWebpackPlugin.options.title %></title>
<!-- Hide old WET Toolkit elements -->
<style>
#wb-bar, #wb-srch {
display: none !important;
}
</style>
<link rel="stylesheet" href="./Templates/wet4-gcwu/includes/css/gcwu.custom.css">
<link href="./Templates/wet4-gcwu/css/polyfills/details.css" rel="stylesheet" type="text/css">
<link href="./Templates/wet4-gcwu/theme-gcwu-fegc/css/theme.min.css" rel="stylesheet">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PPMJ59J');</script>
<!-- End Google Tag Manager -->
</head>
<body class="sb-show-main">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PPMJ59J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<ul id="wb-tphp">
<li class="wb-slc"><a class="wb-sl" href="#wb-cont">Skip to main content</a></li>
<li class="wb-slc visible-sm visible-md visible-lg"><a class="wb-sl" href="#wb-info">Skip to "About this site"</a></li>
</ul>
<header role="banner">
<div id="wb-bnr">
<div id="wb-bar">
<div class="container">
<div class="row">
<ul id="gc-bar" class="list-inline">
<li><a href="http://www.canada.ca/en/index.html" rel="external">Canada.ca</a></li>
<li><a href="http://www.canada.ca/en/services/index.html" rel="external">Services</a></li>
<li><a href="http://www.canada.ca/en/gov/dept/index.html" rel="external">Departments</a></li>
<li id="wb-lng">
<h2>Language selection</h2>
<ul class="list-inline">
<li><a href="content-fr.html">Français</a></li>
</ul>
</li>
</ul>
<section class="wb-mb-links col-xs-12 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="pnl-btn list-inline text-right">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk btn btn-sm btn-default" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div id="wb-sttl" class="col-md-5"><a href="http://wet-boew.github.io/v4.0-ci/index-en.html"><span>Web Experience Toolkit</span></a></div>
<section id="wb-srch" class="visible-md visible-lg">
<h2>Search</h2>
<form action="https://google.ca/search" method="get" role="search" class="form-inline">
<div class="form-group"><label for="wb-srch-q">Search website</label><input id="wb-srch-q" class="form-control" name="q" type="search" size="27" maxlength="150" value=""><input type="hidden" name="q" value="site:wet-boew.github.io OR site:github.com/wet-boew/"></div>
<button type="submit" id="wb-srch-sub" class="btn btn-default">Search</button>
</form>
</section>
</div>
</div>
</div>
<nav role="navigation" id="wb-sm" data-ajax-replace="./themes-dist-4.0.20-theme-gcwu-fegc/ajax/sitemenu-en.html" data-trgt="mb-pnl" class="wb-menu visible-md visible-lg" typeof="SiteNavigationElement">
<div class="container nvbar">
<h2>Topics menu</h2>
<div class="row">
<ul class="list-inline menu">
<li><a href="https://wet-boew.github.io/wet-boew/index-en.html">WET project</a></li>
<li><a href="https://wet-boew.github.io/wet-boew/docs/start-en.html#implement">Implement WET</a></li>
<li><a href="https://wet-boew.github.io/wet-boew/docs/start-en.html">Contribute to WET</a></li>
</ul>
</div>
</div>
</nav>
<nav role="navigation" id="wb-bc" property="breadcrumb">
<h2>You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="http://wet-boew.github.io/v4.0-ci/index-en.html">Home</a></li>
<li><a href="http://wet-boew.github.io/v4.0-ci/demos/index-en.html">Working examples</a></li>
<li><a href="index-en.html">GCWU theme</a></li>
<li>Content page</li>
</ol>
</div>
</div>
</nav>
</header>
<main role="main" property="mainContentOfPage" class="container">
<div id="reactRoot"></div>
</main>
<footer role="contentinfo" id="wb-info" class="visible-sm visible-md visible-lg wb-navcurr">
<div class="container">
<nav role="navigation">
<h2>About this site</h2>
<ul id="gc-tctr" class="list-inline">
<li><a rel="license" href="http://wet-boew.github.io/wet-boew/License-en.html">Terms and conditions</a></li>
<li><a href="http://www.tbs-sct.gc.ca/tbs-sct/common/trans-eng.asp">Transparency</a></li>
</ul>
<div class="row">
<section class="col-sm-3">
<h3>Contact us</h3>
<ul class="list-unstyled">
<li><a href="https://github.com/wet-boew/wet-boew/issues/new">Questions or comments?</a></li>
</ul>
</section>
<section class="col-sm-3">
<h3>About</h3>
<ul class="list-unstyled">
<li><a href="http://wet-boew.github.io/v4.0-ci/index-en.html#about">About the Web Experience Toolkit</a></li>
<li><a href="http://www.tbs-sct.gc.ca/ws-nw/index-eng.asp">About the Web Standards</a></li>
</ul>
</section>
<section class="col-sm-3">
<h3>News</h3>
<ul class="list-unstyled">
<li><a href="https://github.com/wet-boew/wet-boew/pulse">Recent project activity</a></li>
<li><a href="https://github.com/wet-boew/wet-boew/graphs">Project statistics</a></li>
</ul>
</section>
<section class="col-sm-3">
<h3>Stay connected</h3>
<ul class="list-unstyled">
<li><a href="https://twitter.com/WebExpToolkit">Twitter</a></li>
</ul>
</section>
</div>
</nav>
</div>
<div id="gc-info">
<div class="container">
<nav role="navigation">
<h2>Government of Canada footer</h2>
<ul class="list-inline">
<li><a href="http://healthycanadians.gc.ca"><span>Health</span></a></li>
<li><a href="http://travel.gc.ca"><span>Travel</span></a></li>
<li><a href="http://www.servicecanada.gc.ca/eng/home.shtml"><span>Service Canada</span></a></li>
<li><a href="http://www.jobbank.gc.ca"><span>Jobs</span></a></li>
<li><a href="http://actionplan.gc.ca/en"><span>Economy</span></a></li>
<li id="canada-ca"><a href="http://www.canada.ca/en/index.html">Canada.ca</a></li>
</ul>
</nav>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.js"></script>
<script src="./Templates/wet4-gcwu/js/polyfills/details.js"></script>
<script src="./Templates/wet4-gcwu/wet-boew/js/i18n/en.min.js"></script>
<script src="./Templates/wet4-gcwu/wet-boew/js/wet-boew.min.js"></script>
<!--The WET template has a second reference to this CSS at the end of the file-->
<link href="./Templates/wet4-gcwu/theme-gcwu-fegc/css/theme.min.css" rel="stylesheet">
</body>
</html>