From 5fc30a26612f11c4a4ec5de1a98562712802f5df Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sat, 16 Mar 2024 15:32:44 +0530 Subject: feature added: search anime by title --- src/app/info/page.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/app/info/page.js') diff --git a/src/app/info/page.js b/src/app/info/page.js index 6353b1a..1468652 100644 --- a/src/app/info/page.js +++ b/src/app/info/page.js @@ -1,7 +1,11 @@ +import './info.css' + export default function Info() { return ( -

- Hello -

+
+

+ This is the anime info page. This page will display information about the queried anime when anime id is passed along the url. +

+
) } \ No newline at end of file -- cgit v1.2.3