xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<h1>Basic noscript element example</h1>
<noscript>
<p>
Please enable JavaScript in your web browser for optimal performance
</p>
</noscript>
<p>Hello world!</p>
</body>
</html>