Add page for displaying error

This commit is contained in:
2024-10-21 22:57:27 -04:00
parent 88e2a229a4
commit f1e177c7b0
4 changed files with 45 additions and 1 deletions

18
style/error.scss Normal file
View File

@ -0,0 +1,18 @@
.error-container {
.error-header {
display: inline-grid;
svg {
width: 30px;
height: 30px;
grid-row-start: 1;
align-self: center;
padding-right: 10px;
}
h1 {
grid-row-start: 1;
align-self: center;
}
}
}