bootstrap-sona 1.0.1

A simple bootstrap 5 .well-known/fursona viewer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en-us">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="Something went wrong...">
        <link href="//cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
        <title>Something went wrong...</title>
    </head>
    <body data-bs-theme="{{theme}}">
        <div class="alert alert-danger">
            <strong>Something went wrong...</strong><br><pre>{{message}}</pre><br><a href="/" class="alert-link">Back</a>
        </div>
    </body>
</html>