1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/examples/endpoints/html/index.html
Rene Schallner b79d4d58c6 zap util
2023-01-14 22:18:21 +01:00

7 lines
202 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="/list">Show ALL users</a></p>
</body>
</html>