diff --git a/index.html b/index.html index 0806efb..1fc4f18 100644 --- a/index.html +++ b/index.html @@ -231,7 +231,7 @@ </div> </dialog> - <script type="module" src=."dsfr/dsfr.module.min.js"></script> + <script type="module" src="dsfr/dsfr.module.min.js"></script> <script type="text/javascript" nomodule src="dsfr/dsfr.nomodule.min.js"></script> <script> Array.prototype.choice = function () { return this[Math.floor(Math.random() * this.length)] }