From e3f1144348c15329d6e29a4a20d80441502bdd77 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 28 Oct 2022 02:07:27 +0200 Subject: Frontend: Html: Set footer at the bottom of the page --- frontend/src/main.rs | 74 +++++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/frontend/src/main.rs b/frontend/src/main.rs index 0ef78d9..a492636 100644 --- a/frontend/src/main.rs +++ b/frontend/src/main.rs @@ -120,45 +120,47 @@ fn osse() -> Html { html! { <> -
- -
-
-
-
- {"OSSE"} -

{"Your favorite independent search engine."}

-
-
- - -
-
-
- {display_results(&curr_state.results)} -
-
-
-
- + + + } } -- cgit 1.4.1