10 lines
218 B
HTML
10 lines
218 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirect</title>
|
|
<!--<meta http-equiv = "refresh" content = "1; url = http://games.skynet.ie/map/index.html" />-->
|
|
</head>
|
|
<body>
|
|
<p>Redirecting . . .</p>
|
|
</body>
|
|
</html>
|