diff --git a/src/index.html b/src/index.html index ed442fb..5e17621 100644 --- a/src/index.html +++ b/src/index.html @@ -108,12 +108,23 @@

Universal Compatibility -
-

Ready to Deploy?

-

Get started with Anyflare on your Cloudflare Workers account today.

- - Deploy to Cloudflare Workers - +
+

Ready to Deploy?

+

Get started with Anyflare on your Cloudflare Workers account today.

+
diff --git a/src/index.ts b/src/index.ts index 6206d3e..501a994 100644 --- a/src/index.ts +++ b/src/index.ts @@ -118,12 +118,23 @@ async function handleRequest(event: FetchEvent): Promise {
-
-

Ready to Deploy?

-

Get started with Anyflare on your Cloudflare Workers account today.

- - Deploy to Cloudflare Workers - +
+

Ready to Deploy?

+

Get started with Anyflare on your Cloudflare Workers account today.

+
@@ -202,8 +213,7 @@ async function handleRequest(event: FetchEvent): Promise { }); - -`, +`, { headers: { "Content-Type": "text/html" }, }