Skip to content

Commit

Permalink
404.html now forwards to correct page
Browse files Browse the repository at this point in the history
  • Loading branch information
folden-tamu committed Apr 19, 2024
1 parent 4779c80 commit ab42f4b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions 404.html
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>

0 comments on commit ab42f4b

Please sign in to comment.