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
commit 009729d5e3
Notes: sideshowbarker 2024-07-16 21:51:02 +09:00
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&);