diff options
| author | kj-sh604 | 2025-04-09 15:18:30 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-09 15:18:30 -0400 |
| commit | 094bf4e342307fdfa3608bad2110c28d39fd8ff7 (patch) | |
| tree | df1a0198c06b90e150faa717f2a817008ae1481e /src/includes/index.php | |
| parent | 8b06732130e315f36ea5ff56e947453a2a816260 (diff) | |
refactor: directory structure
Diffstat (limited to 'src/includes/index.php')
| -rw-r--r-- | src/includes/index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/includes/index.php b/src/includes/index.php new file mode 100644 index 0000000..9f683d1 --- /dev/null +++ b/src/includes/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> |
