Style
This commit is contained in:
parent
ea5fab38d5
commit
26128d0c1a
2 changed files with 17 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue