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:
parent
f8feca5d21
commit
009729d5e3
5 changed files with 3 additions and 40 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue