Style
Some checks failed
/ build (push) Failing after 14s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-11 03:54:53 +01:00
parent ea5fab38d5
commit 26128d0c1a
2 changed files with 17 additions and 13 deletions

View file

@ -9,6 +9,12 @@
h1 {
text-align: center;
}
p {
margin: 0.2em;
}
hr {
margin: 0.2em;
}
.hidden {
display: none;
}
@ -124,7 +130,7 @@
</script>
</head>
<body onload="checkPerms('links-to-check')">
<h1>FastAPI test app for OIDC</h1>
<h1>OIDC-test</h1>
{% block content %}
{% endblock %}
</body>