Loading
refactor: Extract common head HTML into constant
This commit extracts the common HTML head content used in `DisplayHtml.kt` into a new constant `headHtml`. This improves code readability and maintainability by centralizing this frequently used HTML snippet. The `cssStylePre()` method call has been moved into this new constant.