mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Base: Add a little welcome page for the browser at ~/www/welcome.html
This commit is contained in:
parent
319f0d2d18
commit
31e361b827
Notes:
sideshowbarker
2024-07-19 11:48:50 +09:00
Author: https://github.com/awesomekling
Commit: 31e361b827
2 changed files with 26 additions and 1 deletions
|
@ -90,7 +90,7 @@ int main(int argc, char** argv)
|
|||
window->set_main_widget(widget);
|
||||
window->show();
|
||||
|
||||
html_widget->load("file:///home/anon/www/phint.html");
|
||||
html_widget->load("file:///home/anon/www/welcome.html");
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue