mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
15 lines
223 B
HTML
15 lines
223 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a href="/hello">/hello</a>
|
|
</p>
|
|
<p>
|
|
<a href="/hello?name=syumai">/syumai</a>
|
|
</p>
|
|
</body>
|
|
</html>
|