Added redirection page

This commit is contained in:
Manos Katsomallos 2018-01-30 09:32:00 +01:00
parent ff3e90a7f7
commit 9d7f370737

9
goto/index.html Normal file
View 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>