mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Base: Use a relative path to load the new tab page's browser icon
Similar to 59a1a3f463
, this is to allow
using this page outside of Serenity.
This commit is contained in:
parent
5a3825b561
commit
e7faca4431
Notes:
sideshowbarker
2024-07-17 04:09:56 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/e7faca4431 Pull-request: https://github.com/SerenityOS/serenity/pull/19309
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<body>
|
||||
<main>
|
||||
<br>
|
||||
<img src="/res/icons/32x32/app-browser.png" width="64" height="64"><br><br>
|
||||
<img src="../../icons/32x32/app-browser.png" width="64" height="64"><br><br>
|
||||
<form>
|
||||
<input type="search" name="q" id="user_query"><br><br>
|
||||
<div id="search-buttons">
|
||||
|
|
Loading…
Reference in a new issue