Skip to content

easyuidev/status

Repository files navigation

Make a status page for your website

You can see our example at status.easyui.dev

How to configure

  1. Edit this line in public/index.html, filling in the name of your website.
var websiteName = "Easy UI"
  1. Edit this line in public/index.html, replacing the image src with an image on your website
<img id="myImage" class="hidden" src="https://www.easyui.dev/uploads/articles/1lkwjtyqyvuedfjig17g.jpeg"  onload="pageOnline()" onerror="pageOffline()">
<!--Replace this image src with an image on your website, prefereably something small-->
  1. Run npm run build to build the css
  2. Open public/index.html to see your status page
  3. Deploy this to wherever you want