working deploy
This commit is contained in:
@@ -11,9 +11,9 @@ pub fn App() -> impl IntoView {
|
||||
view! {
|
||||
<Stylesheet href="/pkg/rust_leptos.css"/>
|
||||
|
||||
<Title text="Welcome to Leptos"/>
|
||||
<Title text="Welcome to Leptos"/>
|
||||
|
||||
<div class="dark:bg-black dark:text-lime-500 dark:hover:text-lime-400 h-screen flex flex-col">
|
||||
<div class="dark:bg-black dark:text-lime-500 dark:hover:text-lime-400 h-screen flex flex-col">
|
||||
<Router>
|
||||
<nav class="flex gap-5 px-2 py-1 ">
|
||||
<a href="/">Home</a>
|
||||
|
||||
Reference in New Issue
Block a user