mirror of
https://github.com/codeninjasuk/games-redirect.git
synced 2024-11-22 07:27:53 -05:00
Create index.html
This commit is contained in:
parent
17d1dc7741
commit
48237ec33e
1 changed files with 16 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal 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>
|
Loading…
Reference in a new issue