feat(status): add status page iframe
This commit is contained in:
parent
59a7f4127c
commit
15e0ad1115
1 changed files with 4 additions and 1 deletions
|
@ -56,4 +56,7 @@ Don't judge me
|
||||||
applyTheme(theme_session);
|
applyTheme(theme_session);
|
||||||
window.theme.checked = theme_session === 'dark'
|
window.theme.checked = theme_session === 'dark'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- status page -->
|
||||||
|
<script src="https://qgdzfv56ntr8.statuspage.io/embed/script.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue