45 lines
927 B
HTML
45 lines
927 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Brass - Brasiwa Leipzig</title>
|
|
<link rel="stylesheet" href="/static/bulma.min.css">
|
|
<script src="/static/htmx.min.js"></script>
|
|
<script src="/static/response-targets.js"></script>
|
|
|
|
<style>
|
|
.feather {
|
|
width: 24px;
|
|
height: 24px;
|
|
stroke: currentColor;
|
|
stroke-width: 2;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
fill: none;
|
|
}
|
|
|
|
[class*=" icon"],
|
|
[class^=icon] {
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 1em;
|
|
stroke-width: 0;
|
|
stroke: currentColor;
|
|
fill: currentColor;
|
|
line-height: 1;
|
|
position: relative;
|
|
top: -.05em;
|
|
vertical-align: middle;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body hx-ext="response-targets">
|
|
{% block body %}
|
|
{% endblock %}
|
|
</body>
|
|
|
|
</html>
|