-
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.
Links now end in .html instead of '/'
- Loading branch information
1 parent
91e93f0
commit 4779c80
Showing
6 changed files
with
62 additions
and
464 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,20 +1,18 @@ | ||
<!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/page-not-found/"> | ||
<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 you can learn more about AggieRad <a href="https://aggierad.tamu.edu/">here</a>.</p> | ||
</body> | ||
</html> | ||
</html> |
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
Oops, something went wrong.