1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-28 17:14:26 -06:00

[Client] Oops!

This commit is contained in:
syuilo 2017-06-12 01:21:28 +09:00
parent 6a715c97ca
commit f2236c3c3b

View file

@ -50,6 +50,7 @@
</style>
<script>
this.on('mount', () => {
document.title = 'Oops!';
document.documentElement.style.background = '#f8f8f8';
});
</script>