feat: added index page

This commit is contained in:
Ritesh Ghosh
2023-08-07 14:53:27 +05:30
parent a264054d97
commit e1b37a5b5e
+19
View File
@@ -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>