mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Base: Add a little welcome page for the browser at ~/www/welcome.html
This commit is contained in:
parent
319f0d2d18
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