diff options
| author | s1n <[email protected]> | 2019-07-27 15:05:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-27 15:05:00 -0700 |
| commit | c56df92e2eadc55bd1e78a26b80f06dd97fb2f79 (patch) | |
| tree | 779a8010f99e5dbe79120860f335d4e23239d5c2 | |
| parent | Create 404.html (diff) | |
| download | s1n.pw-admin-c56df92e2eadc55bd1e78a26b80f06dd97fb2f79.tar.xz s1n.pw-admin-c56df92e2eadc55bd1e78a26b80f06dd97fb2f79.zip | |
Delete 404.html
| -rw-r--r-- | 404/404.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/404/404.html b/404/404.html deleted file mode 100644 index 47cabba..0000000 --- a/404/404.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>s1nical - 404</title> - <link rel="stylesheet" href="css/main.css"> -</head> -<body> - -<div class="text"> - <h1>404</h1> - <h2>Uh, Ohh</h2> - <h3>Sorry we cant find what you are looking for 'cos its so dark in here</h3> - </div> - <div class="torch"></div> - - <script src="js/main.js"></script> - -</body> -</html> |