LibWeb: Pass network error message to generated error page

This commit is contained in:
circl
2024-06-18 15:26:12 +02:00
committed by Andrew Kaster
parent 4d97b29866
commit b83e82c32c
5 changed files with 22 additions and 11 deletions

View File

@@ -22,5 +22,6 @@
<img src="resource://icons/32x32/msgbox-warning.png" alt="Warning" width="24" height="24">
<h1>Failed to load @failed_url@</h1>
</header>
<p>@error_message@</p>
</body>
</html>