Skip to content

Commit

Permalink
update index.js for preact
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette committed Aug 28, 2021
1 parent 19a357b commit 1a50496
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
export default function Index() {
return (
<h1>
You're running React on the Edge!
</h1>
<>
<h1>
{"You're running Preact on the Edge!"}
</h1>
<p>
Congratulations, if you happen to be reading this message it means Phlareact (Preact + Flareact) has successfully deployed via Cloudflare Workers.
</p>
<p>
<strong>Huzzah!</strong> And... what now? <a href="https://preactjs.org/">PreactJS</a> and <a href="https://flareact.com">Flareact.com</a> both have some very helpful websites and strong documentation. Check out the source code and start building!
</p>
</>
);
}

0 comments on commit 1a50496

Please sign in to comment.