mirror of
https://github.com/codeninjasuk/games-redirect.git
synced 2024-11-22 07:27:53 -05:00
17 lines
576 B
HTML
17 lines
576 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Code Ninjas Langley | Game Gallery</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<pre>Redirecting to <a href="https://showcase.codeninjaslangley.co.uk/games/">showcase.codeninjaslangley.co.uk/games/</a> </br>Click the link if this does not redirect automatically</pre>
|
||
|
<script>
|
||
|
setTimeout(()=>{
|
||
|
document.location.replace("https://showcase.codeninjaslangley.co.uk/games/")
|
||
|
},3000)
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|