Add completion page

This commit is contained in:
Eli Ribble 2026-04-03 14:34:46 +00:00
parent 3e0003095b
commit 54e77f72f4
No known key found for this signature in database
5 changed files with 327 additions and 12 deletions

View file

@ -5,6 +5,13 @@
<style>
body {
background-color: #f8f9fa;
min-height: 100vh;
display: flex;
flex-direction: column;
}
body > .container-fluid {
flex: 1;
}
.progress-bar {