mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
LibWeb: Fix error page icon outside of serenity
This commit is contained in:
parent
537fcaf59e
commit
ce1b7e63c9
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="file:///res/icons/32x32/msgbox-warning.png" alt="Warning" width="24" height="24">
|
||||
<img src="../icons/32x32/msgbox-warning.png" alt="Warning" width="24" height="24">
|
||||
<h1>Failed to load @failed_url@</h1>
|
||||
</header>
|
||||
<p>Error: @error@</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue