| ... | @@ -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> |