WWW/goto/index.html

10 lines
347 B
HTML
Raw Normal View History

2018-01-30 09:32:00 +01:00
<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>