This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
print-minified.html
58 lines (47 loc) · 1.75 KB
/
print-minified.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>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Map of Administration Community-based Initiatives: Location Report</title>
<!-- IE -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- other browsers -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- Stylesheets -->
<!--[if (!IE)|(gte IE 9)]>-->
<link rel="stylesheet" href="assets/print.min.css"/>
<!--<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="assets/print.ie8.min.css"/>
<![endif]-->
<style id="colorboxes"></style>
<style id="layercontrol"></style>
</head>
<body id="map_sample" onload="">
<!--[if lt IE 9]>
<div class="browser-version-alert">
You are using an old version of Internet Explorer that is slow and may not be able to load this map.
If you are having difficulties, please switch to a modern browser (evergreen browsers or IE 9+).
</div>
<![endif]-->
<div id="content">
<header>
<img id="logo" src="assets/images/seal0.png" alt="The White House logo" aria-role="logo"/>
<h1>Map of Administration Community-based Initiatives: Location Report</h1>
</header>
<div id="map"></div>
<div id="initiatives"></div>
</div>
<!-- Scripts -->
<!--[if lt IE 9]>
<script src="assets/main.ie8.min.js" charset="utf-8"></script>
<![endif]-->
<!--[if (!IE)|(gte IE 9)]>-->
<script src="assets/main.min.js" charset="utf-8"></script>
<!--<![endif]-->
<noscript>
You are using browser with JavaScript disabled, which will not be able to load this map.
Please enable JavaScript. If you are having difficulties, please switch to a modern browser
(evergreen browsers or IE 9+).
</noscript>
</body></html>