diff options
author | Milan Mišić <fridolin.411@web.de> | 2023-08-30 11:19:18 +0200 |
---|---|---|
committer | Milan Mišić <fridolin.411@web.de> | 2023-08-30 11:19:18 +0200 |
commit | 0252bc4421ea03ad360117f5485605053feba690 (patch) | |
tree | af9adffdb6e89a17e3b62a338e3bb50188b5f956 | |
parent | a4373093ddcfc58db51771d146cd3c64e6cf10c6 (diff) |
Remove deprecated files, update .gitignore
-rw-r--r-- | .gitignore | 9 | ||||
-rwxr-xr-x | 404.html | 17 |
2 files changed, 9 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b218ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.jpg +*.png +*.jpeg +*.mp4 +*.mkv +*.zip +*.tar.gz +/resources/ +/test.html diff --git a/404.html b/404.html deleted file mode 100755 index 34c9247..0000000 --- a/404.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html lang = "en"> - <head> - <meta charset="UTF-8"> - <meta name="description" content="Mistyped the URL?"> - - <title> - Twoexem - </title> - </head> - <body> - <h1>Oops, looks like you got lost!</h1> - <br><hr><br> - Don't worry though, we can bring you back to the <a title = "Here's the way back home" href = "https://twoexem.com/">homepage</a> - </body> - -</html> |