Last active
January 20, 2022 15:10
-
-
Save messutied/270f344a42357f807c5a7807b46985e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
window.statuspalWidget = { | |
subdomain: 'meta', | |
selector: '.sp-status', // Optional | |
position: 'top', // Optional [top | bottom | left | right] - defaults to top. | |
// Customise copy below | |
copy: { | |
status: { | |
ok: 'All systems operational 1', | |
scheduled: 'Ongoing scheduled maintenance', | |
minor: 'Ongoing minor incident', | |
major: 'Ongoing major incident', | |
} | |
} | |
} | |
</script> | |
<script src="https://statuspal.io/js/widget.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment