Render and download PDF when clicking the button

This commit is contained in:
Joscha 2024-05-05 00:12:50 +02:00
parent b14284b6ac
commit 6a11bdeb9a
7 changed files with 255 additions and 18 deletions

View file

@ -81,3 +81,9 @@ button {
margin: 0 auto;
font-size: 1.5em;
}
#info.success {
color: #070;
}
#info.error {
color: #900;
}