1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 15:44:10 +00:00
zap/examples/endpoints/html/index.html
2023-01-14 16:49:02 +01:00

7 lines
204 B
HTML

<html>
<body>
<p><a href="/user/1">Show example user 1</a></p>
<p><a href="/user/2">Show example user 2</a></p>
<p><a href="/user/2">Show ALL users</a></p>
</body>
</html>