bootstrap-sona 1.0.1

A simple bootstrap 5 .well-known/fursona viewer
1
2
3
pub async fn get(url: String) -> Result<reqwest::Response, reqwest::Error> {
    reqwest::get(url).await
}