mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
7 lines
126 B
Zig
7 lines
126 B
Zig
pub const html: []const u8 =
|
|
\\<main id='content'>
|
|
\\<a href='foo'>OK</a>
|
|
\\<p>blah-blah-blah</p>
|
|
\\</main>
|
|
;
|