Basic functions, Home and Community Tab
This commit is contained in:
11
src/pages/home.rs
Normal file
11
src/pages/home.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use leptos::prelude::*;
|
||||
|
||||
#[component]
|
||||
pub fn HomePage() -> impl IntoView {
|
||||
view! {
|
||||
<div class="home-hero">
|
||||
<h1>"Malxte."</h1>
|
||||
<p>"Willkommen in der Rust-Community."</p>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user