mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00

- Added restful-api example plugin - Added more plugin docs - Added zoraxy_plugin HandleFunc API
12 lines
353 B
HTML
12 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="refresh" content="0; url=html/" />
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<p>If you are not redirected automatically, follow this <a href="html/">link</a>.</p>
|
|
</body>
|
|
</html> |