diff options
| author | kj-sh604 | 2024-12-19 04:17:12 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-19 04:17:12 -0500 |
| commit | 594dd480fdeb55845d7d861bba136c74bcc1d63c (patch) | |
| tree | 705cff1581a569aad07a527734797b6e39f6f584 | |
| parent | e55baab7b4189987383372c4f5d70ba79dd75ef5 (diff) | |
kj-gitbot: css/index.php
| -rw-r--r-- | css/index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/css/index.php b/css/index.php new file mode 100644 index 0000000..9f683d1 --- /dev/null +++ b/css/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> |
