add slightly more info to the index

This commit is contained in:
kageru 2023-04-24 11:33:09 +02:00
parent 8bebefe996
commit 71fcb0ff54

View File

@ -103,7 +103,9 @@ async fn search(q: Option<Either<web::Query<Query>, web::Form<Query>>>) -> 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: "<p>Welcome to my cheap Scryfall clone for Yugioh.</p>\
<p>Enter a query above to search or read the <a href=\"/help\">query syntax</a> for more information.</p>"
.to_owned(),
},
};
add_data(&mut res, &data)?;