diff --git a/Cargo.toml b/Cargo.toml
index 83689a8..7ffa74b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,12 +14,14 @@ chrono = { version = "0.4.42", features = ["clock"] }
getrandom = { version = "0.3", features = ["wasm_js"] }
bcrypt = { version = "0.17", optional = true }
console_error_panic_hook = { version = "0.1", optional = true }
-wasm-bindgen = { version = "=0.2.105", optional = true }
+wasm-bindgen = { version = "0.2.106", optional = true }
axum = { version = "0.8.0", optional = true }
leptos_axum = { version = "0.8.0", optional = true }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "chrono"], optional = true }
serde = "1.0.228"
+web-sys = { version = "0.3.83", features = ["Window", "Document", "Element", "HtmlElement"] }
+gloo-events = "0.1"
[features]
hydrate = ["leptos/hydrate", "dep:console_error_panic_hook", "dep:wasm-bindgen"]
diff --git a/public/assets/Logo.jpg b/public/assets/Logo.jpg
new file mode 100644
index 0000000..aee2d26
Binary files /dev/null and b/public/assets/Logo.jpg differ
diff --git a/public/assets/bytemalte_de.png b/public/assets/bytemalte_de.png
new file mode 100644
index 0000000..5966360
Binary files /dev/null and b/public/assets/bytemalte_de.png differ
diff --git a/public/assets/malxte_de.png b/public/assets/malxte_de.png
new file mode 100644
index 0000000..57c67fa
Binary files /dev/null and b/public/assets/malxte_de.png differ
diff --git a/src/app.rs b/src/app.rs
index c2a480c..acc5885 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -29,11 +29,11 @@ pub fn App() -> impl IntoView {
let time = Resource::new(|| (), |_| async move { get_server_time().await });
view! {
-
+