-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunav-demo.njk
48 lines (44 loc) · 1.89 KB
/
unav-demo.njk
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
<!doctype html>
<html lang="en">
<!-- If you're reading this: help us obi-wan can-coder, you're our only hope. Apply today: ogs.ny.gov/employment -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unav demo</title>
</head>
<body>
<div id="nygov-universal-navigation" class="nygov-universal-container" data-iframe="true" data-updated="2014-11-07 08:30">
<noscript>
<iframe width="100%" height="86px" src="//static-assets.ny.gov/load_global_menu/ajax?iframe=true" frameborder="0" style="border:none; overflow:hidden; width:100%; height:86px;" scrolling="no">
Your browser does not support iFrames
</iframe>
</noscript>
<script type="text/javascript">
var _NY = {
HOST: "static-assets.ny.gov",
BASE_HOST: "www.ny.gov",
hideSettings: false,
hideSearch: false
};
(function (document, bundle, head) {
head = document.getElementsByTagName('head')[0];
bundle = document.createElement('script');
bundle.type = 'text/javascript';
bundle.async = true;
bundle.src = "//static-assets.ny.gov/sites/all/widgets/universal-navigation/js/dist/global-nav-bundle.js";
head.appendChild(bundle);
}(document));
</script>
</div>
<div style="height:500px;"> A placeholder!</div>
<footer>
<div id="nygov-universal-footer">
<noscript>
<iframe width="100%" height="200px" src="//static-assets.ny.gov/load_global_footer/ajax?iframe=true" frameborder="0" style="border:none; overflow:hidden; width:100%; height:200px;" scrolling="no">
Your browser does not support iFrames
</iframe>
</noscript>
</div>
</footer>
</body>
</html>