diff options
| author | kj-sh604 | 2024-12-21 01:46:21 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-21 01:46:21 -0500 |
| commit | 552d06cd7e61c45476c55895422c8ca3d77a9bc6 (patch) | |
| tree | 6236304c52b9b6d96d2be2fe1078a06322f67847 /licenses/index.php | |
| parent | 8c77e2a9f6b5badf4b78a91a6c04e8c10bea7ce1 (diff) | |
refactor: cleaner codebase and best practices
Diffstat (limited to 'licenses/index.php')
| -rw-r--r-- | licenses/index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/licenses/index.php b/licenses/index.php new file mode 100644 index 0000000..9f683d1 --- /dev/null +++ b/licenses/index.php @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta name="color-scheme" content="light dark"> + <meta http-equiv="refresh" content="0; URL='https://youtu.be/XGxIE1hr0w4'" /> + <title>Art and Assets</title> +</head> +<body> + <p>If you are not redirected, <a href="https://youtu.be/XGxIE1hr0w4">click here for folder contents</a>.</p> +</body> +</html> |
