Added redirection page
This commit is contained in:
parent
ff3e90a7f7
commit
9d7f370737
9
goto/index.html
Normal file
9
goto/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>A web page that points a browser to a different page after 2 seconds</title>
|
||||
<meta http-equiv="refresh" content="2; URL=google.com">
|
||||
</head>
|
||||
<body>
|
||||
If your browser doesn't automatically go there within a few seconds, you may want to go to <a href="google.com">the destination</a> manually.
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user