11<!doctype html>
22< html lang ="en ">
3-
4- < head >
5- < meta charset ="utf-8 " />
6- < meta name ="description " content ="" />
7- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8-
9- {{content-for "head"}}
10-
11- < link integrity ="" rel ="stylesheet " href ="{{rootURL}}assets/vendor.css " />
12- < link integrity ="" rel ="stylesheet " href ="{{rootURL}}assets/@cardstack/host.css " />
13- < link rel ="preconnect " href ="https://fonts.googleapis.com " />
14- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
15- < link
16- href ="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap "
17- rel ="stylesheet " />
18-
19- {{content-for "head-footer"}}
20-
21- < meta data-boxel-head-start />
22- < title > Boxel</ title >
23- < meta data-boxel-head-end />
24-
25- </ head >
26-
27- < body >
28- < script type ="x/boundary " id ="boxel-isolated-start "> </ script >
29- < script type ="x/boundary " id ="boxel-isolated-end "> </ script >
30-
31- <!-- in case embercli's hooks insn't run,
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < meta name ="description " content ="" />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+
8+ {{content-for "head"}}
9+
10+ < link integrity ="" rel ="stylesheet " href ="{{rootURL}}assets/vendor.css " />
11+ < link
12+ integrity =""
13+ rel ="stylesheet "
14+ href ="{{rootURL}}assets/@cardstack/host.css "
15+ />
16+ < style >
17+ /* Allow prerendered cards to scroll while card-specific CSS loads */
18+ # boxel-isolated-start + .boxel-card-container {
19+ overflow-y : auto;
20+ }
21+ </ style >
22+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
23+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
24+ < link
25+ href ="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap "
26+ rel ="stylesheet "
27+ />
28+
29+ {{content-for "head-footer"}}
30+
31+ < meta data-boxel-head-start />
32+ < title > Boxel</ title >
33+ < meta data-boxel-head-end />
34+ </ head >
35+
36+ < body >
37+ < script type ="x/boundary " id ="boxel-isolated-start "> </ script >
38+ < script type ="x/boundary " id ="boxel-isolated-end "> </ script >
39+
40+ <!-- in case embercli's hooks insn't run,
3241 we embed the following div manually -->
33- < div id ="ember-basic-dropdown-wormhole "> </ div >
34- {{content-for "body"}}
35-
36- < script type ="module ">
37- import * as ContentTag from '{{rootURL}}assets/content-tag/standalone.js' ;
38- globalThis . ContentTagGlobal = ContentTag ;
39- </ script >
40- < script src ="{{rootURL}}assets/vendor.js "> </ script >
41- < script src ="{{rootURL}}assets/@cardstack/host.js "> </ script >
42-
43- {{content-for "body-footer"}}
44- </ body >
45-
46- </ html >
42+ < div id ="ember-basic-dropdown-wormhole "> </ div >
43+ {{content-for "body"}}
44+
45+ < script type ="module ">
46+ import * as ContentTag from '{{rootURL}}assets/content-tag/standalone.js' ;
47+ globalThis . ContentTagGlobal = ContentTag ;
48+ </ script >
49+ < script src ="{{rootURL}}assets/vendor.js "> </ script >
50+ < script src ="{{rootURL}}assets/@cardstack/host.js "> </ script >
51+
52+ {{content-for "body-footer"}}
53+ </ body >
54+ </ html >
0 commit comments