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)?;