Create index.html

This commit is contained in:
Code Ninjas Langley 2023-11-02 21:01:50 +00:00 committed by GitHub
parent 17d1dc7741
commit 48237ec33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!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>