This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/public/index.html
T
2023-08-07 23:12:15 +05:30

20 lines
470 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aniwatch 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/aniwatch-api#documentation"
rel="noopener noreferer">
Visit docs for more into
</a>
</body>
</html>