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

11 lines
122 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first <a href="/two.html">page</a>.</p>
</body>
</html>