Skip to content

Commit 040dd10

Browse files
authored
♿ Add a <noscript> in default html.
The content of this noscript will be displayed only when end-user blocks Javascript (like with the `NoScript` add-on).
1 parent 67eb3ed commit 040dd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>Hello wasm-pack!</title>
66
</head>
77
<body>
8+
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
89
<script src="./bootstrap.js"></script>
910
</body>
1011
</html>

0 commit comments

Comments
 (0)