use crate::components::auth::*; use crate::components::browser::*; use crate::components::chat::*; use crate::components::debug::*; use crate::components::game::*; use crate::components::websocket::*; use leptos::*; /// Default Home Page #[component] pub fn Home() -> impl IntoView { view! { "Uh oh! Something went wrong!"

"Errors: "

// Render a list of errors as strings - good for development purposes } }>

"Cards For Humanity"

Hey!


{"Welcome! Thank you for helping me test this. It's made out of glass right now so don't be too harsh but I would really like to know about any issues you find. Chances are you already know how to contact me but in case you don't you can find me at @whitedopeonpunk on discord and telegram or you can email me at "} adam@doordesk.net {". If you manage to crash the server it'll be down until I notice, I built it brittle on purpose to see where it fails. This will get better with time. (I promise!)"}


Have fun!








git
} }