add contact to main page
This commit is contained in:
parent
82bd045a36
commit
7074c837ab
@ -131,7 +131,8 @@ async fn search(q: Option<Either<web::Query<Query>, web::Form<Query>>>) -> AnyRe
|
||||
query: None,
|
||||
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>\
|
||||
<p>The source code is available <a href=\"https://git.kageru.moe/kageru/aro\">on Gitea</a>.</p>"
|
||||
<p>The source code is available <a href=\"https://git.kageru.moe/kageru/aro\">on Gitea</a>.</p>\
|
||||
<p>If you have any feedback, feel free to add @kageru on Discord or send an email to <that name>@encode.moe.</p>"
|
||||
.to_owned(),
|
||||
}),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user