11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="utf-8 " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no " />
6- < style type ="text/css ">
7- body {
8- margin : 0 ;
9- border-top : none !important ;
10- }
113
12- .cdc-map-outer-container {
13- min-height : 100vh ;
14- }
15- </ style >
16- < link rel ="stylesheet prefetch " href ="https://www.cdc.gov/TemplatePackage/5.0/css/app.min.css?_=71669 " />
4+ < head >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no " />
7+ < style type ="text/css ">
8+ body {
9+ margin : 0 ;
10+ border-top : none !important ;
11+ }
1712
18- <!-- This is temporary and for testing until Nunito/900 is added to TP -->
19- < link href ="https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap " rel ="stylesheet " />
20- < style type ="text/css ">
21- @font-face {
22- font-family : 'Nunito' ;
23- font-weight : 900 ;
24- font-display : swap;
25- src : url ('https://app.unpkg.com/@fontsource/nunito@5.0.18/files/files/nunito-latin-900-normal.woff2' )
26- format ('woff2' );
27- }
28- </ style >
29- </ head >
13+ .cdc-map-outer-container {
14+ min-height : 100vh ;
15+ }
16+ </ style >
17+ < link rel ="stylesheet prefetch " href ="https://www.cdc.gov/TemplatePackage/5.0/css/app.min.css?_=71669 " />
3018
31- < body >
32- <!-- DEFAULT EXAMPLES -->
33- < div class ="react-container " data-config ="/examples/default-world.json "> </ div >
19+ <!-- This is temporary and for testing until Nunito/900 is added to TP -->
20+ < link href ="https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap " rel ="stylesheet " />
21+ < style type ="text/css ">
22+ @font-face {
23+ font-family : 'Nunito' ;
24+ font-weight : 900 ;
25+ font-display : swap;
26+ src : url ('https://app.unpkg.com/@fontsource/nunito@5.0.18/files/files/nunito-latin-900-normal.woff2' ) format ('woff2' );
27+ }
28+ </ style >
29+ </ head >
3430
35- < noscript > You need to enable JavaScript to run this app.</ noscript >
36- < script type ="module " src ="./src/index.jsx "> </ script >
37- <!-- add cove_loaded listener -->
38- <!-- <script>
31+ < body >
32+ <!-- DEFAULT EXAMPLES -->
33+ < div class ="react-container " data-config ="/examples/private/measles.json "> </ div >
34+
35+ < noscript > You need to enable JavaScript to run this app.</ noscript >
36+ < script type ="module " src ="./src/index.jsx "> </ script >
37+ <!-- add cove_loaded listener -->
38+ <!-- <script>
3939 document.addEventListener('cove_loaded', function () {
4040 // This is a temporary fix to ensure the map loads after Cove has loaded
4141 // and the cdc-map-outer-container is available.
4242 debugger
4343 console.log('Cove has loaded, initializing map...');
4444 });
4545 </script> -->
46- </ body >
47- </ html >
46+ </ body >
47+
48+ </ html >
0 commit comments