18 lines
543 B
HTML
18 lines
543 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You need to have javascript enabled in order to access this site</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<h1>You need to have javascript enabled in order to access this site.</h1>
|
|
<p>
|
|
Perhaps you could try a different browser. You can get the latest version of firefox <a href="http://getfirefox.com">here.</a><br />
|
|
Or, here are the <a href="http://www.enable-javascript.com" target="_blank"> instructions how to enable JavaScript in your web browser</a>.
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|