Closed meneguzzi closed 8 years ago
Here's an example of HTML redirection:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!-- <link href="style.css" rel="stylesheet" type="text/css" /> -->
<!-- <link rel="icon" type="image/png" href="meneguzziShield.png"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/> -->
<meta name="description" content="MIR website" />
<meta http-equiv="Refresh" content="0; url=https://mir-pucrs.github.io/"/>
<title>Machine Learning and Robotics</title>
</head>
<body>
<div>
<h1>MIR</h1>
<h2>Research Nucleus on Machine Intelligence and Robotics</h2>
<p style="font-family:sans-serif">The Nucleus of Research in Machine Intelligence and Robotics investigates techniques, algorithms and tools in the areas of Machine Learning, Data Mining, Centralized and Distributed Artificial Intelligence (including multiagent systems), Robotics, Autonomic Computing and related topics. MIR’s research covers both academic and industrial topics, its researchers play a leading role in research projects sponsored by both governmental agencies and in partnership with leading Information Technology companies. MIR’s intellectual production include not only publications in prestigious and high-impact venues but also intellectual property (patents) and technological innovations. The nucleus has a vast network of both national and international partners, including Carnegie Mellon University, University of Newcastle, King's College London, University of Aberdeen, Universidade do Porto and Università di Trento. The laboratories associated to the nucleus are equipped with cutting edge computers and robotic equipment.</p>
<p style="font-family:sans-serif;font-size:36px" align="center">Under Construction.<br/>
<img src="mir-logo.png" width="558" height="435" alt="Mir Logo" align="center"></p>
</div>
</body>
</html>
Not the line
<meta http-equiv="Refresh" content="0; url=https://mir-pucrs.github.io/"/>
This shows the time to redirect (0, which you should keep) and the target url.
Done! Test it, please.
Works like a charm.
Replace this website with an HTML automatically redirecting to the coin-2017 website?