1<!-- From https://www.enable-javascript.com/ -->
2<noscript>
3 For full functionality of this site it is necessary to enable JavaScript.
4 Here are the <a href="https://www.enable-javascript.com/">
5 instructions how to enable JavaScript in your web browser</a>.
6</noscript>
1<script>
2 document.write("Hello JavaScript!")
3</script>
4<noscript>
5 <style type="text/css">
6 .pagecontainer {display:none;}
7 </style>
8 <div class="noscriptmsg">
9 You don't have javascript enabled. Good luck with that.
10 </div>
11</noscript>