-
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.
- Loading branch information
1 parent
646491f
commit 91e93f0
Showing
1 changed file
with
19 additions
and
2 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,3 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url=https://aggierad.tamu.edu/page-not-found/"> | ||
</head> | ||
<meta http-equiv="refresh" content="5; url=https://aggierad.tamu.edu/page-not-found/"/> | ||
<style> | ||
.center { | ||
display: block; | ||
margin-left: auto; | ||
margin-right: auto; | ||
width: 600px; | ||
align: center; | ||
} | ||
</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> | ||
</body> | ||
</html> |