games-redirect/index.html
Code Ninjas Langley 48237ec33e
Create index.html
2023-11-02 21:01:50 +00:00

16 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>