We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c518da0 commit beba1f7Copy full SHA for beba1f7
code/html/page-html/v1.0/page-html-v1.0.html
@@ -25,7 +25,7 @@
25
26
var link = document.createElement('link');
27
link.setAttribute('rel','stylesheet');
28
- link.setAttribute('href','../css/component.css');
+ link.setAttribute('href','../../../css/page.css');
29
link.setAttribute('crossorigin','anonymous');
30
document.head.append(link);
31
0 commit comments