Skip to content

Commit

Permalink
Added logo and informative text
Browse files Browse the repository at this point in the history
  • Loading branch information
folden-tamu committed Apr 12, 2024
1 parent 646491f commit 91e93f0
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions 404.html
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>

0 comments on commit 91e93f0

Please sign in to comment.