use std::net::SocketAddr; use axum::{Form, Json, Router, routing::get}; use axum::response::Html; use axum::routing::post; use serde::{Deserialize, Serialize}; use kawari::config::Config; async fn top() -> Html<&'static str> { Html("