-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
404.html now forwards to correct page
- Loading branch information
1 parent
4779c80
commit ab42f4b
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="refresh" content="5; url=https://aggierad.tamu.edu/page-not-found/"> | ||
<style>.center { | ||
<meta http-equiv="refresh" content="5; url=https://aggierad.tamu.edu"/> | ||
<style> | ||
.center { | ||
display: block; | ||
margin-left: auto; | ||
margin-right: auto; | ||
width: 600px; | ||
align: center; | ||
}</style> | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<img src="https://aggierad.tamu.edu/wp-content/uploads/AggieRad-Logo.png" alt="AggieRad Logo" class="center"> | ||
<p class="center">The page you requested could not be found.</p> | ||
<p class="center">If you are not redirected automatically, then you can learn more about AggieRad <a href="https://aggierad.tamu.edu/">here</a>.</p> | ||
<p class="center">If you are not redirected automatically, then follow this link to learn more about <a href="https://aggierad.tamu.edu ">AggieRad</a>.</p> | ||
</body> | ||
</html> | ||
</html> |