1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00

LibWeb: Use resources to find internal HTML template paths

This commit is contained in:
Bastiaan van der Plaat 2023-12-26 10:24:05 +01:00 committed by Tim Flynn
parent f8feca5d21
commit 009729d5e3
5 changed files with 3 additions and 40 deletions

View file

@ -11,11 +11,6 @@
namespace Web {
String error_page_url();
void set_error_page_url(String);
String directory_page_url();
void set_directory_page_url(String);
ErrorOr<String> load_error_page(AK::URL const&);
ErrorOr<String> load_file_directory_page(AK::URL const&);