From 4cf3a520d50a941037e411582bd68ba5585880d9 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 19:46:00 +0700 Subject: [PATCH] feat: add index.html for Edge Proxy Relay interface with request handling --- public/index.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 public/index.html diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..27e6edb --- /dev/null +++ b/public/index.html @@ -0,0 +1,66 @@ + + + + + + Edge Proxy Relay + + + +

Edge Proxy Relay

+

Forward requests to external APIs via Vercel Edge

+ +
+ + +
+ +

Response:

+
Waiting for request...
+ + + + \ No newline at end of file