From 71fcb0ff54a97875fbe9ecaeb0e3d26ddb4b9430 Mon Sep 17 00:00:00 2001 From: kageru Date: Mon, 24 Apr 2023 11:33:09 +0200 Subject: [PATCH] add slightly more info to the index --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4a19b7b..93c992d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -103,7 +103,9 @@ async fn search(q: Option, web::Form>>) -> AnyRe title: "YGO card search".to_owned(), description: "Enter a query above to search".to_owned(), query: None, - body: "Enter a query above to search".to_owned(), + body: "

Welcome to my cheap Scryfall clone for Yugioh.

\ +

Enter a query above to search or read the query syntax for more information.

" + .to_owned(), }, }; add_data(&mut res, &data)?;