LibWebView: Migrate the Inspector's HTML to its own HTML file

It's getting a bit unwieldy to maintain as an inlined string. Move it to
its own file so it can be edited with syntax highlighting and other IDE
features.
This commit is contained in:
Timothy Flynn
2024-09-06 10:33:39 -04:00
committed by Andreas Kling
parent 440f40fde6
commit 2c35e272ba
3 changed files with 103 additions and 97 deletions

View File

@@ -63,6 +63,7 @@ list(TRANSFORM BROWSER_ICONS PREPEND "${LADYBIRD_SOURCE_DIR}/Base/res/icons/brow
set(WEB_RESOURCES
about.html
inspector.css
inspector.html
inspector.js
newtab.html
)