diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-29 05:52:09 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-29 05:52:09 -0600 |
commit | 064e0fd8c82b8e34f27090e5a77ac55940a283c5 (patch) | |
tree | 08f5556ae1a90e3fdc05e8c0e388ec9f1cf5d545 /error | |
parent | 0c2c40c76f78cf8807d49e3aa77b6aa9fa151fe6 (diff) |
Working on blog
Diffstat (limited to 'error')
-rw-r--r-- | error/404.html~ | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/error/404.html~ b/error/404.html~ deleted file mode 100644 index f4353e0..0000000 --- a/error/404.html~ +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<html> - -<head> - <title></title> - -<style> - -body { - color: black; - background-image: url(''); -} - -table { - color: black; - background-color: #bebebe; - margin-top: 10px; - margin-bottom: 10px; - margin-left: 10px; - margin-right: 10px; -} - -</style> - -</head> - -<body> - <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a> - - <center> - <table border="1" width="60%"> - <tr> - <td> - </td> - </tr> - </table> - </center> -</body> -</html> |