use axum::response::{Html, IntoResponse}; pub async fn get_scripts() -> impl IntoResponse { Html( r##"
"##, ) }