mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-01-18 03:18:28 -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>
|
|
;
|