mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-07 16:17:26 -05: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>
|
|
;
|