mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
21 lines
374 B
HTML
21 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a href="/api/hello">/api/hello</a>
|
|
</p>
|
|
<p>
|
|
<a href="/api/hello?name=Example">/api/hello?name=Example</a>
|
|
</p>
|
|
<p>
|
|
<a href="/api/hello2">/api/hello2</a>
|
|
</p>
|
|
<p>
|
|
<a href="/api/hello3">/api/hello3</a>
|
|
</p>
|
|
</body>
|
|
</html>
|