|
Web page Redirection Sample
<html>
<head>
<title>Your_Page's_Title</title>
<meta http-equiv="Refresh" content="5; URL=http://www.udel.edu/new_directory_name/new_filename.html">
</head>
<body background="http://www.udel.edu/images/bkg.gif">
<p align="center">
<img src="http://www.udel.edu/images/Logos/IDbar.gif" alt="University of Delaware">
</p>
<h1 align="center">Your_Page's_Heading</h1>
<p align="center">
The Page_Name page has been replaced. Users should be taken to the new location in about 5 seconds. If not, click the link below.
</p>
<p align="center">
The new URL is<br>
<a href="http://www.udel.edu/your_directory_name/filename.html"> http://www.udel.edu/your_directory_name/filename.html</a>
</p>
</body>
</html>
|