1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/examples/serve/two.html
2023-01-12 20:35:43 +01:00

11 lines
126 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>My SECOND Heading</h1>
<p>My second <a href="/index.html">page</a>.</p>
</body>
</html>