[Client] Oops!

This commit is contained in:
syuilo 2017-06-12 01:21:28 +09:00
parent 6a715c97ca
commit f2236c3c3b
1 changed files with 1 additions and 0 deletions

View File

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