No Javascript redirect with message
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script type="text/javascript">
document.write('Your browser complies with my needs... ');
// uncomment the below to redirect to a url
// window.location = 'http://google.com';
</script>
<noscript>
<div style="font-weight: bold;">
Really? No javascript?! <br />
<br />
This site doesn't degrade to your browsers level. <br />
Enable javascript or upgrade your browser.
</div>
</noscript>
</body>
</html>