This commit is contained in:
firebadnofire 2024-03-21 13:28:48 +00:00
commit 18f21ccbe6
No known key found for this signature in database
GPG key ID: EF6539F1FA16DEB7
16 changed files with 2782 additions and 0 deletions

14
errors/404.html Executable file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>redirect</title>
<meta name="description" content="redirecting to /" />
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "0; url = /" />
</head>
<body>
<p>Redirecting to Site</p>
</body>
</html>