We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad94d7e commit 7eef4aaCopy full SHA for 7eef4aa
examples/AbiesWebAssembly/wwwroot/index.html
@@ -14,8 +14,8 @@
14
</head>
15
16
<body>
17
- <script type="module" src="./abies.js"></script>
18
- <script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
+ <script language="javascript" type="module" src="./abies.js"></script>
+ <script language="javascript" type="module" src="https://unpkg.com/@fluentui/web-components"></script>
19
</body>
20
21
</html>
0 commit comments