diff --git a/pages/index.js b/pages/index.js index 371b969..a73e1e9 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,7 +1,15 @@ export default function Index() { return ( -

- You're running React on the Edge! -

+ <> +

+ {"You're running Preact on the Edge!"} +

+

+ Congratulations, if you happen to be reading this message it means Phlareact (Preact + Flareact) has successfully deployed via Cloudflare Workers. +

+

+ Huzzah! And... what now? PreactJS and Flareact.com both have some very helpful websites and strong documentation. Check out the source code and start building! +

+ ); }