diff --git a/band-plan.html b/band-plan.html
index 9580d16..99cc5ae 100644
--- a/band-plan.html
+++ b/band-plan.html
@@ -396,6 +396,7 @@ div>label {
link.rel = "stylesheet";
link.href = href;
link.id = "link_css";
+ link.setAttribute("crossorigin", "anonymous");
document.head.appendChild(link);
}
}