1
Fork 0
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:
Cameron Youell 2023-01-19 01:44:25 +11:00 committed by Linus Groh
parent 537fcaf59e
commit ce1b7e63c9
2 changed files with 2 additions and 2 deletions

View file

@ -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>