1
Fork 0
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:
Andreas Kling 2019-10-05 10:29:06 +02:00
parent 319f0d2d18
commit 31e361b827
2 changed files with 26 additions and 1 deletions

View file

@ -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();
}