Skip to content

Commit 7eef4aa

Browse files
committed
language="javascript"
1 parent ad94d7e commit 7eef4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/AbiesWebAssembly/wwwroot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</head>
1515

1616
<body>
17-
<script type="module" src="./abies.js"></script>
18-
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
17+
<script language="javascript" type="module" src="./abies.js"></script>
18+
<script language="javascript" type="module" src="https://unpkg.com/@fluentui/web-components"></script>
1919
</body>
2020

2121
</html>

0 commit comments

Comments
 (0)