mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Rename WebServer_localhost to .jpg
It took me way too long to figure out why PNGImageDecoderPlugin couldn't load WebServer_localhost.png -- turns out it's a jpeg file.
This commit is contained in:
parent
c045d09840
commit
407d882eee
Notes:
sideshowbarker
2024-07-17 02:08:15 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/407d882eee Pull-request: https://github.com/SerenityOS/serenity/pull/17262
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ws .
|
|||
|
||||
Then we just open `localhost:8000` on our host machine :^)
|
||||
|
||||
![](WebServer_localhost.png)
|
||||
![](WebServer_localhost.jpg)
|
||||
|
||||
**NOTE:** Due to the fact that some browsers download unrecognized files as plain text, you may want to use something like `wget` to download the file **as is** instead. Otherwise the file may appear corrupted when the system tries to load it.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 279 KiB |
Loading…
Reference in a new issue