Skip to content

Commit 60845ea

Browse files
Merge pull request #89 from Jimskapt/master
Add a <noscript> in default html.
2 parents 2677644 + 040dd10 commit 60845ea

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)