UI: Style the crash page and update error page image

- Modified the error page
- changed the error/crash page

Co-authored-by: notnotnescap <97590612+nescapp@users.noreply.github.com>
This commit is contained in:
SINF-KEN 2025-03-26 13:37:00 +01:00 committed by Sam Atkins
commit 1a34676046
Notes: github-actions[bot] 2025-03-26 19:40:25 +00:00
2 changed files with 18 additions and 13 deletions

View file

@ -22,7 +22,7 @@
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
gap: 2rem;
margin-bottom: 1rem;
}
svg {
@ -30,7 +30,7 @@
width: auto;
stroke: currentColor;
fill: none;
stroke-width: 2;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
@ -46,9 +46,9 @@
</head>
<body>
<header>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22">
<path d="M12 1H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6z"/>
<path d="M11 1v4a2 2 0 0 0 2 2h4M6 10v2m6-2v2M6 17c1-2.67 5-2.67 6 0"/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 21.5">
<path d="M11.75.75h-9c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-13l-5-5z"/>
<path d="M10.75.75v4c0 1.1.9 2 2 2h4M5.75 9.75v2M11.75 9.75v2M5.75 16.75c1-2.67 5-2.67 6 0"/>
</svg>
<h1>Failed to load %failed_url%</h1>
</header>