12 lines
327 B
HTML
12 lines
327 B
HTML
<!--
|
|
This page is here in order to allow redirecting the old nuklear.html URL over to index.html
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; URL=index.html" />
|
|
</head>
|
|
<body>
|
|
<p>If you are not redirected in five seconds, <a href="index.html">click here</a>.</p>
|
|
</body>
|
|
</html>
|