authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:45:56 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:45:56 -07:00
logd306c30b670ab35f059fa98866607c2dd11d7559
tree318934d2bec90224edb60f6e261a1552a16afae7
parent728e82a8626115567eaf898c66f767763c0e6cce

add test.html, the output of `zig build run`


1 files changed, 25 insertions(+), 0 deletions(-)

test.html created+25
...@@ -0,0 +1,25 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>Pek Example</title>
6 <meta name="viewport" content="width=device-width,initial-scale=1" />
7 </head>
8 <body>
9 <h1>Pek Example</h1>
10 <hr />
11 <p>This is an example HTML document written in <a href="https://github.com/nektro/zig-pek">Pek</a>.</p>
12 <p>Pek is written by Meghan D.</p>
13 <p>Her favorite plant is the Sunflower</p>
14 <p>Hello, 世界</p>
15 <p>The most populous US cities are:</p>
16 <ul>
17 <li>New York, NY</li>
18 <li>Los Angeles, CA</li>
19 <li>Chicago, IL</li>
20 <li>Houston, TX</li>
21 <li>Phoenix, AZ</li>
22 </ul>
23 <p>Spooky text: &LT;strong&GT;I better not be in bold&period;&LT;&sol;strong&GT;</p>
24 </body>
25</html>