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 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8 </head>
9 <body>
10 <h1>Pek Example</h1>
11 <hr />
12 <p>This is an example HTML document written in <a href="https://github.com/nektro/zig-pek">Pek</a>.</p>
13 <p>Pek is written by Meghan D.</p>
14 <p>Her favorite plant is the Sunflower</p>
15 <p>Hello, 世界</p>
16 <p>The most populous US cities are:</p>
17 <ul>
18 <li>New York, NY</li>
19 <li>Los Angeles, CA</li>
20 <li>Chicago, IL</li>
21 <li>Houston, TX</li>
22 <li>Phoenix, AZ</li>
23 </ul>
24 <p>Spooky text: <strong>I better not be in bold.</strong></p>
25 <p>#1</p>
26 <p>#2</p>
27 <p>#3</p>
28 <p>#4</p>
29 </body>
30</html>