diff --git a/README.md b/README.md index ddd2113..46c8585 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Another **serverless (and free!)** uptime monitoring & status page on Cloudflare - Up to 90-day uptime history and uptime percentage - Custom request method & headers & body for HTTP(s) - Custom status code & keyword check for HTTP(s) -- Email Notifications & Customizable Webhook +- Customizable Webhook #### Status page @@ -26,14 +26,22 @@ Another **serverless (and free!)** uptime monitoring & status page on Cloudflare My status page (Online demo): https://uptimeflare.pages.dev/ -Some screenshots: TODO +Some screenshots: + +![Desktop, Light theme](docs/desktop.jpg) + +![Mobile, Dark theme](docs/mobile.jpg) + ## Quickstart -## More documentation +Please refer to [Quickstart](https://github.com/lyc8503/UptimeFlare/wiki/Quickstart) + +## Documentation ## TODOs - SSL? - Slack / Telegram - Incident timeline +- Email notification via Cloudflare Email Workers diff --git a/docs/desktop.jpg b/docs/desktop.jpg new file mode 100644 index 0000000..98adcaa Binary files /dev/null and b/docs/desktop.jpg differ diff --git a/docs/mobile.jpg b/docs/mobile.jpg new file mode 100644 index 0000000..018e8d8 Binary files /dev/null and b/docs/mobile.jpg differ