diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-07 14:53:27 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-07 14:53:27 +0530 |
| commit | e1b37a5b5ee16632e6b32e72e65f6420492e27bc (patch) | |
| tree | 42a90b4521701c064cdd626b71eb93d1d807dbee | |
| parent | a264054d97ffc9dbf4d7a45b7970318b8922a273 (diff) | |
| download | aniwatch-api-e1b37a5b5ee16632e6b32e72e65f6420492e27bc.tar.xz aniwatch-api-e1b37a5b5ee16632e6b32e72e65f6420492e27bc.zip | |
feat: added index page
| -rw-r--r-- | public/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..ca1f634 --- /dev/null +++ b/public/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Zoro.to API</title> +</head> + + +<body style="font-family: sans-serif; background: #000; color: #FFF;"> + <h3>Welcome to Zoro.to api ⚔️</h3> + <a style="color: #00AEDD;" href="https://github.com/ghoshRitesh12/zoro.to-api#documentation" rel="noopener noreferer"> + Visit docs for more into + </a> +</body> + + +</html>
\ No newline at end of file |
